Search by

shipus / laravel-cruder

shipu_

make auto crud's from command

dev-main 2023-09-01 16:07 UTC

This package is not auto-updated.

Last update: 2026-09-12 10:29:01 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require shipu/laravel-cruder

You can generate files with:

php artisan crud:resource ModelName

It Will Generate Corresponding: 1) Model

2) Controller

3) Service

4) Migration

5) Views

License

The MIT License (MIT). Please see License File for more information.