Project Skeleton is the Larevel template that is used for (nearly) all our projects.
You may use our template but please notice that we offer no support whatsoever. We also don't follow semver for this project and won't guarantee that the code (especially the default branch) is stable. In short: when using this, you're on your own.
This guide assumes you're using Vagrant Homestead.
Download the default branch
git clone https://github.com/CPSB/Skeleton-projectInstall the composer dependencies
composer installMake a copy .env.example and rename to .env
Finally make sure you have a database named skeleton, and run the migrations and seeds
php artisan migrate --seedInstalling project skeleton's front end dependencies requires npm.
npm installProject skeleton uses Laravel Mix to build assets. TO build assets run:
npm run devAvailable build tasks are defined in package.json
Generally we won't accept any PR requests to Blender. If you have discovered a bug or have an idea to improve the code, contact us first before you start coding.
Project skeleton and The Laravel framework are open-sourced software licensed under the MIT license