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
9 months ago
app added menu controller [WIP: sort] 9 months ago
bootstrap added customer controller 10 months ago
config added multi language support 10 months ago
database added live preview 9 months ago
public improved Seeders 9 months ago
resources added menu controller [WIP: sort] 9 months ago
routes added menu controller [WIP: sort] 9 months ago
storage added git ignore to media library 10 months ago
tests initialized laravel 11.x 12 months ago
.editorconfig initialized laravel 11.x 12 months ago
.env.example added multi language support 10 months ago
.gitattributes initialized laravel 11.x 12 months ago
.gitignore initialized laravel 11.x 12 months ago
LICENSE Initial commit 2 years ago
README.md fixed readme 10 months ago
artisan initialized laravel 11.x 12 months ago
composer.json added Area and Part 10 months ago
composer.lock added customer controller 10 months ago
package-lock.json added sort save category 10 months ago
package.json added last month visits to home 9 months ago
phpunit.xml initialized laravel 11.x 12 months ago
vite.config.js added client assets 10 months ago
yarn.lock added last month visits to home 9 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 ! ❤️