Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigenergy/laravel-autoshop
Online store management system at laravel 5.7. CMS интернет-магазина по продаже автомобилей. Проект более не поддерживается.
https://github.com/bigenergy/laravel-autoshop
Last synced: 3 months ago
JSON representation
Online store management system at laravel 5.7. CMS интернет-магазина по продаже автомобилей. Проект более не поддерживается.
- Host: GitHub
- URL: https://github.com/bigenergy/laravel-autoshop
- Owner: bigenergy
- Created: 2019-01-10T08:17:06.000Z (about 6 years ago)
- Default Branch: restyle
- Last Pushed: 2023-02-02T06:56:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:47:48.312Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 31.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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!