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 abb4330d62 added last month visits to home 2 months ago
app added last month visits to home 2 months ago
bootstrap added customer controller 3 months ago
config added multi language support 2 months ago
database added last month visits to home 2 months ago
public added visitor statistics 2 months ago
resources added last month visits to home 2 months ago
routes optimized visitor model, migration, middleware, seeder 2 months ago
storage added git ignore to media library 2 months ago
tests initialized laravel 11.x 4 months ago
.editorconfig initialized laravel 11.x 4 months ago
.env.example added multi language support 2 months ago
.gitattributes initialized laravel 11.x 4 months ago
.gitignore initialized laravel 11.x 4 months ago
LICENSE Initial commit 2 years ago
README.md fixed readme 2 months ago
artisan initialized laravel 11.x 4 months ago
composer.json added Area and Part 2 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 4 months ago
vite.config.js added client assets 2 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 ! ❤️