- Git clone
- Perform the operations below:
composer install
cp .env.example .env
php artisan key:generate
- Create a database in your mysql server
- Modify your
DB_DATABASE
in .env to point to that database php artisan migrate
- Go to
/register
and create an account - To run the test suite, do
php artisan test