pravin / crud
This will create Awesome CRUD for Admin and Api
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/pravin/crud
This package is auto-updated.
Last update: 2026-01-29 03:59:03 UTC
README
Pre-Requirements
| Module | Version |
|---|---|
| PHP | >= 8.0 |
| MySQL | >= 8.0 |
Installation & Configuration
-
Open a terminal and run these below commands in order
-
To create CRUD for Admin
php artisan make:crud Admin/Test
- To Create CRUD for API
php artisan make:crud Api/Test
- To Create CRUd for anything else
php artisan make:crud Anything/Test
- To Create CRUd for root
php artisan make:crud Test