This is a baseline of Laravel that I use, comes with pre-installed dependencies. It is meant to be a tool for generating new projects.
git clone https://github.com/whoami15/laravel-project-template.git my-awesome-project
cd my-awesome-project
# Remove the git repository metadata
rm -rf .git/
# Start a brand new repository
git init
git add .
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email hello at daryllegion dot com instead of using the issue tracker.