Skip to content

Shipu12345/laravel-cruder

Repository files navigation

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.

About

add cruds from command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published