Very customizable and easy to use shopping system, open source project based on laravel
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
A1Gard f1dec8db9f added menu controller [WIP: sort]
added menu item input vue component
added v-model(s) & name support to MorphSelector
2 months ago
app added menu controller [WIP: sort] 2 months ago
bootstrap added customer controller 3 months ago
config added multi language support 2 months ago
database added live preview 2 months ago
public improved Seeders 2 months ago
resources added menu controller [WIP: sort] 2 months ago
routes added menu controller [WIP: sort] 2 months ago
storage added git ignore to media library 2 months ago
tests initialized laravel 11.x 5 months ago
.editorconfig initialized laravel 11.x 5 months ago
.env.example added multi language support 2 months ago
.gitattributes initialized laravel 11.x 5 months ago
.gitignore initialized laravel 11.x 5 months ago
LICENSE Initial commit 2 years ago
README.md fixed readme 2 months ago
artisan initialized laravel 11.x 5 months ago
composer.json added Area and Part 3 months ago
composer.lock added customer controller 3 months ago
package-lock.json added sort save category 3 months ago
package.json added last month visits to home 2 months ago
phpunit.xml initialized laravel 11.x 5 months ago
vite.config.js added client assets 3 months ago
yarn.lock added last month visits to home 2 months ago

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 ! ❤️