$ composer install
$ php artisan key:generate
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
ADMIN_ROLE_NAME=administrator
CLIENT_ROLE_NAME=client
$ php artisan migrate --seed
http://localhost/laravel-ecommerce/admin/login
In order to use the shop and be able to add products, you must have a minimum configuration:
After creating these, you’re ready to add your first product.
eStarter is based on Backpack which is free for non-commercial use and $49/project for commercial use. Please see License File and backpackforlaravel.com for more information.