Thanks for reviewing my submission.
I have implemented the code challenge using Laravel 5.5
There are some new build steps to test:
composer install
cp .env.example .env
php artisan key:generate
./vendor/bin/phpunitNOTE that the unit tests require sqlite installed.
Now if you'd like to fully preview the functionality,
there are a few environment variables to set in the .env file:
DB_DATABASEDB_USERNAMEDB_PASSWORDMAIL_USERNAMEMAIL_PASSWORD
I recommend using MySQL and mailtrap.io
Finally, serve with artisan:
php artisan serve