Fetch dependencies
composer install
npm install
Database setup
cp .env.example .env
- Fill up below information within the
.env
file- DB_DATABASE
- DB_USERNAME
- DB_PASSWORD (if any)
- APP_KEY (Run below code to generate the key)
php artisan key:generate
Run migration to generate the table within your database & run seed to seed an admin user
php artisan migrate
php artisan db:seed
composer dump
Admin Login Details
Username: wolverine@marvel.com
Password: xmenisthebest