Hey there! I hope you enjoyed the episode. If you're up for the challenge I set you, here's how you can get the project running locally.
- Clone the repository and
cd
into the project directory. composer install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
php artisan db:seed
Visit the application in your browser and you should be good to go!
💡 Just as you can add features together to create a unique sum, you can also add features together to essentially create a WHERE grouping!