- Clone the repository with git clone
- Run npm install
- Run npm run dev
- Copy .env.example file to .env and edit database credentials there(cp .env.example .env)
- Change LOG_CHANNEL from stack to web_daily_error in .env file
- Change DB_DATABASE name in .env file as your database name where you wish to migrate tables
- Run composer install
- Run php artisan key:generate
- Run php artisan config:clear
- Run php artisan cache:clear
- Run php artisan migrate:fresh --seed
- Run php artisan serve
super_admin: john@gmail.com
Password: password
admin: david@gmail.com
Password: password
moderator: mary@gmail.com
Password: password