Install dependencies:
composer installCopy the .env file:
cp .env.example .envGenerate an encryption key:
php artisan key:generateExecute the migration and seeders:
php artisan migrate:refresh --seedTo run the tests, execute:
vendor/bin/phpunit --dump-xdebug-filter xdebug-filter.php
vendor/bin/phpunit --prepend xdebug-filter.phpContributions are always welcome, but before anything else, make sure you get acquainted with the CONTRIBUTING guide.
This project is open source software licensed under the MIT LICENSE.