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.
xshop/README.md

44 lines
772 B
Markdown

2 months ago
# xShop2
2 years ago
2 months ago
## make xcontroller
Controller with log and semi-automatic CURD with logs
User [`model`]
```bash
php artisan make:xcontroller User
```
## make theme part
Theme part usable in area
2 months ago
2 months ago
PartName [`theme aprt name`]
2 months ago
segmentName [`group`, `category`, `preloader`, ...],
2 months ago
```bash
php artisan make:part PartName segmentName
```
## client optimize
2 months ago
Optimize client assets, `scss`,`js`,`css`
2 months ago
```bash
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
<p align="center">
Developed With Love ! ❤️
</p>