composer install
php artisan key:generate
Create a database and editing .env
php artisan migrate --seed
To test application the database is seeding with users;
- Admin; email: [email protected], password: admin
- User; email: [email protected], password: user,