muhaimenul/lara-crud

This Generator package provides generators like CRUD, API, Controller, Model, Migration for make your development painless.

v2.0.1 2021-07-09 13:54 UTC

This package is not auto-updated.

Last update: 2024-06-08 04:33:21 UTC


README

Awesome Laravel GitHub license Latest Version on Packagist

About LaraCRUD (Laravel CRUD Generator)

Laravel CRUD generator package for easily generate your Model, Controller, Routes, APIs, request, migration etc. to make your development process painless. Single command will create your Model, Controller, Request and Migrations files.

Installation

You can install the package via composer:

composer require muhaimenul/lara-crud

Usage

Easily generate your crud instance using the make:crud command:

php artisan make:crud Flight

Contributing

Muhaimenul Islam

Security Vulnerabilities

If you discover a security vulnerability or bugs within LaraCRUD, please send an e-mail to Muhaimenul Islam via i.muhaimen@gmail.com.

License

The LaraCRUD package is open-sourced project licensed under the MIT license.