Skip to content

haiqalzaki/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Kickstarter

This is a quick project kickstart template with PHP, Composer, and Tailwind CSS.
Follow the steps below to bootstrap your project.


Getting Started

Clone the repository into your own project folder:

git clone https://github.com/haiqalzaki/kickstart.git myprojectfolder
cd myprojectfolder

If on Windows:

Run Remove-Item -Recurse -Force .git to remove the Git folder.

composer install
npm install
cp .env.template .env
code .env

If on Linux:

Run rm -rf .git to remove the Git folder.

composer install
npm install
cp .env.template .env
nano .env

For development tailwind builds, run npm run tail-dev

For production tailwind builds, run npm run tail-prod

Notes

  • Be sure to populate BASE_URL env based on your local machine configuration (using IP or localhost) OR your domain (if deploying with domain)
  • APP_ENV should be development OR production (this is important and cannot be misspelled!)
  • APP_TIMEZONE must follow the IANA Time Zone Database format (region/city)

About

Kickstarter template for project/application development based on PHP MVC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published