A simple internet shop.
Based on Laravel 7
- php >= 7.2.5
- composer
-
Clone project.
SSH SOURCE: git@github.com:itstructure/laravel-microshop.gitHTTPS SOURCE: https://github.com/itstructure/laravel-microshop.git -
Install dependencies by running from the project root
composer install -
Copy and rename file
.env.exampleto.env. -
Generate
APP_KEYin.envfile, run:php artisan key:generate -
Set a database connect options in
.envfile. -
Run migrations:
php artisan migrate -
Run seeders:
php artisan db:seed
To go to the admin panel, register in a system and log-in.
There is no a role control (without RBAC).
You can:
- Manage product categories.
- Manage products.
- See new orders.