Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.03 KB

Build Status Total Downloads Latest Stable Version License

You'll then need to setup your environment variables for database

cp .env.example .env
php artisan key:generate
php artisan migrate

Please run ./vendor/bin/phpunit command to run all the unit tests

##Enjoy :)