A helpful list of sources to submit original content to.
- Copy the repository to a local location (clone, fork, download)
- Copy the
.env.examplefile to.env - On the command line within the root directory of the site:
- Run
composer installto install dependencies for Laravel - Run
npm installto install dependencies for Laravel Mix and other JavaScript packages - Run
php artisan key:generate - Run
php artisan migrate - Run
php artisan db:seed
- Run
- Clone the repository locally
- Install dependencies with
composer install - Copy
.env.exampleto.envand modify its contents to reflect your local environment - Generate application key
php artisan key:generate- Create DB and
php artisan migrate php artisan db:seed - Checklist for pre and post publish on our individual blog posts?
- Find other places to apply it to
- Use submissions to fill checkboxes on load
- Add and delete submissions based on checkbox clicks
- bigger checkboxes
- Design