npm install/npm update
composer install/ composer update
Set your database credentials in your .env
file
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
[email: admin@mail.com - password: admin]
npm run dev php artisan serve
Open http://localhost:3000 with your browser to see the result.
- Admin
- Account: admin@mail.com
- Password: admin
.