Very customizable and easy to use shopping system, open source project based on laravel
 
 
 
 
 
 
Go to file
A1Gard f91986c4b7 added acl to project
app added acl to project
bootstrap added customer controller
config added multi language support
database added live preview
public improved Seeders
resources added acl to project
routes added sort to menu items
storage added git ignore to media library
tests initialized laravel 11.x
.editorconfig initialized laravel 11.x
.env.example added multi language support
.gitattributes initialized laravel 11.x
.gitignore initialized laravel 11.x
LICENSE Initial commit
README.md fixed readme
artisan initialized laravel 11.x
composer.json added Area and Part
composer.lock added customer controller
package-lock.json added sort save category
package.json added last month visits to home
phpunit.xml initialized laravel 11.x
vite.config.js added client assets
yarn.lock added last month visits to home

README.md

xShop2

make xcontroller

Controller with log and semi-automatic CURD with logs
User [model]

php artisan make:xcontroller User

make theme part

Theme part usable in area

PartName [theme aprt name]

segmentName [group, category, preloader, ...],

php artisan  make:part PartName segmentName

client optimize

Optimize client assets, scss,js,css

php artisan  client

theme parts file

  • PartName.php: onCreate, onRemove, onMount actions of theme part
  • PartName.blade.php: your theme part blade code
  • PartName.scss: your theme part scss
  • PartName.js: your theme part javascript
  • screenshot.png: screenshot preview of theme part

Developed With Love ! ❤️