kagoji/crud

Laravel CRUD using Repository pattern.

1.0.1 2023-10-21 09:11 UTC

This package is auto-updated.

Last update: 2024-09-21 11:31:07 UTC


README

Build Status Total Downloads Latest Stable Version License

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