LaravelPackages.net
Acme Inc.
Toggle sidebar
shipus/laravel-cruder

make auto crud's from command

1
0
About shipus/laravel-cruder

shipus/laravel-cruder is a Laravel package for make auto crud's from command. It currently has 0 GitHub stars and 1 downloads on Packagist. Install it with composer require shipus/laravel-cruder. Discover more Laravel packages by shipus or browse all Laravel packages to compare alternatives.

Last updated

Laravel Cruder: Automatically generate crud functionality from a single command with Model name.

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.

Star History Chart