This repo holds the code that goes along with my blog post on Laravel News.
To set up the project, your will need PHP, Composer, Node.js, and NPM installed. Then clone this repo, run composer install
, run npm install
, and serve the site using Laravel Valet or php artisan serve
.