To set up this project, after cloned this repository please do following these steps in below:
- Copy
.env.example
to create the.env
file. Update your variables in.env
accordingly with your web server. - Directories within the
storage
,public/uploads
and thebootstrap/cache
directories should be writable by your web server. - Open Terminal and run
composer install
- run
php artisan migrate
- run
php artisan db:seed
- run
php artisan passport:install --force
npm install
#Install JS dependenciesnpm run watch
#Admin Dashboard
<BASE_URL>/admin
#Default Credentials
-
Admin account:
[email protected]
/secret