To deploy this project run
git clone https://github.com/majid-gholamheidari/webtab_project
cd webtab_project
edit the following items according to your needs
- MAIL_MAILER=smtp
- MAIL_HOST=sandbox.smtp.mailtrap.io
- MAIL_PORT=2525
- MAIL_USERNAME=2297b4229f6da3
- MAIL_PASSWORD=4eb143d3391a4d
- DB_DATABASE=webtab_project
- DB_USERNAME=root
- DB_PASSWORD=
to display the dashboard panel correctly, you need to extract files storage.zip and public.zip
composer install
php artisan storage:link
php artisan migrate --seed
Or
php artisan migrate
php artisan db:seed
php artisan serve
Username and password for admin login
email/username : [email protected]
password: [email protected]