An excercise for eshop solution company.
-products management -categories seeding -smtp notification (mailgun needs to be configured) -events & listeners -service classes
-
composer install -
Edit
.envand set your database connection details -
(When installed via git clone or download, run
php artisan key:generateandphp artisan jwt:secret) -
php artisan config:cache -
php artisan migrate:refresh --seed -
npm install
# start Laravel
php artisan serve
# start Nuxt
npm run devAccess your application at http://localhost:3000.
npm run build