GitHub - danangpn/lashop: Simple shop based on laravel 5.4

About lashop

lashop - is simple shop based on laravel 5.4

Installation

Install the package through GIT:

Run the git command from the Terminal:

git clone https://github.com/utz0r2/lashop.git lashop.dev

Next, you will need to run composer install into your lashop project folder

Setting up

php artisan migrate:refresh --seed

Authorization: /admin email: admin@admin.com pass: admin

Todo

  • set admin category by name
  • edit order on admin
  • remove unnecessary route auth
  • clean code and template
  • cover tests

Screenshots

Start

Category

Product

Cart

Admin

License

The lashop is open-sourced software licensed under the MIT license.