kagoji / crud
Laravel CRUD using Repository pattern.
1.0.1
2023-10-21 09:11 UTC
Requires
- php: ^7.4
- laravel/framework: ^8.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
Requirements
Laravel >= 8.1
PHP >= 7.4
Installation
composer require kagoji/crud --dev
Migration
php artisan migrate
Vendor Asset publish
php artisan vendor:publish --tag=kagoji-crud-public
Usage
http://127.0.0.1:8000/candidates
Author
Kagoji Faysal 📧 Email Me
License
This project is licensed under the MIT License - see the License File for details