https://github.com/omarmakled/laravel-admin
Laravel Admin Panel
https://github.com/omarmakled/laravel-admin
admin-dashboard laravel laravel-translatable vuejs2 vuetify
Last synced: 3 months ago
JSON representation
Laravel Admin Panel
- Host: GitHub
- URL: https://github.com/omarmakled/laravel-admin
- Owner: OmarMakled
- Created: 2020-05-13T01:28:36.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-05T11:21:01.000Z (over 2 years ago)
- Last Synced: 2025-01-09T05:17:39.807Z (5 months ago)
- Topics: admin-dashboard, laravel, laravel-translatable, vuejs2, vuetify
- Language: PHP
- Homepage:
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README


### CRUD
```
php artisan app:bus Model/CreateModelCommand -m Model -t create
art app:bus Model/UpdateModelCommand -m Model -t update
art app:bus Model/DeleteModelCommand -m Model -t delete
art app:transformer ModelTransformer -m Model
art app:datatable ModelDataTable -m Model
```