My Laravel Boilerplate v4
9.42.2
Here is what you need to be able to run.
- PHP (Version: >=8.1)
- Composer (Version: >=2.4)
- Node.js (Version: >=18)
- Laravel Valet (Version: >= 3.1)
1.Clone the repo
git clone git@github.com:AsyrafHussin/laravel-boilerplate-v4.git <project-name>
2.Navigate to clonned folder
cd <project-name>
3.Run initial setup
./setup
4.Serve the application
./serve
If you spot any errors, typos or missing information, please submit a pull request.