Package Data | |
---|---|
Maintainer Username: | imtigger |
Maintainer Contact: | tiger@tiger-workshop.com (Tiger Fok) |
Package Create Date: | 2017-03-17 |
Package Last Update: | 2020-07-23 |
Home Page: | |
Language: | PHP |
License: | mit |
Last Refreshed: | 2024-11-24 15:05:19 |
Package Statistics | |
---|---|
Total Downloads: | 24,059 |
Monthly Downloads: | 171 |
Daily Downloads: | 2 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel CRUD Controller
This package provide a base Controller (CRUDController) that implement HTTP REST methods.
CRUDController is highly customizeable by overriding its methods.
Use with another package "Laravel CRUD Generator" to generate controller, model, view, form and migration, in single artisan command.
This package depend on the following packages to generate easy-to-use yet customizable controller for basic CRUD operations
Generator:
Optional Features:
composer require imtigger/laravel-crud
To be finished.