Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 1.5 KB

readme.md

File metadata and controls

43 lines (42 loc) · 1.5 KB

Laravel AutoShop CMS [UNSUPPORTED]

Online store management system at laravel 5.7. Project in developing.

[WARN] All the frontend part of the project is translated into Russian!

  • Laravel 5.7.28
  • Clean Bootstrap 4.3.1
  • jQuery 3.4.1 (lol)
  • Ajax
  • Admin LTE Theme (only for admin pages)

Functionality
  • Admin: Create categories, product, product description (props), add images to product, add product brands, create/show orders
  • User: List products, categories, cookie cart (no login/register), order, filter

Screenshots

Admin Panel
Screenshots
Shop Interface
Screenshots

Install Laravel-AutoShop

  • composer install
  • php artisan migrate
  • chmod -R 777 storage (WARNING ⚠️⚠️⚠️ ONLY FOR TESTING!!!)
  • php artisan key:generate
  • npm install

How to add new product?

  • Register & Login admin panel (/register)
  • Login database editor, set "role" your account (user -> admin)
  • Create Category
  • Create Brand
  • Create Product Type
  • Create Properties for created Product Type
  • Create new product!