lifehack / crudify
Laravel Easy CRUD
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/lifehack/crudify
Requires
- php: ^8.0
 - illuminate/support: ^8.0 || ^9.0 || ^10.0
 - laravelcollective/html: ^6.4
 
This package is auto-updated.
Last update: 2025-10-17 09:32:39 UTC
README
Automate Laravel CRUD Operations with CRUDify.
Table of Contents
Requirements
- PHP: ^8.0
 - Laravel: ^10
 
Installation
- 
Install CRUDify via Composer
composer require lifehack/crudify
 - 
Publish CRUDify package resources.
php artisan crud:start
 
Author
Md Sheraz Howlader
License
This project is licensed under the MIT License - see the License File for details.