mirror of https://github.com/4xmen/xshop.git
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.
A1Gard abb4330d62 | 4 months ago | |
---|---|---|
app | 4 months ago | |
bootstrap | 5 months ago | |
config | 4 months ago | |
database | 4 months ago | |
public | 4 months ago | |
resources | 4 months ago | |
routes | 4 months ago | |
storage | 4 months ago | |
tests | 6 months ago | |
.editorconfig | 6 months ago | |
.env.example | 4 months ago | |
.gitattributes | 6 months ago | |
.gitignore | 6 months ago | |
LICENSE | 2 years ago | |
README.md | 4 months ago | |
artisan | 6 months ago | |
composer.json | 4 months ago | |
composer.lock | 5 months ago | |
package-lock.json | 5 months ago | |
package.json | 4 months ago | |
phpunit.xml | 6 months ago | |
vite.config.js | 4 months ago | |
yarn.lock | 4 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 ! ❤️