Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 502 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 502 Bytes

demo

demo

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