LaravelPackages.net
Acme Inc.
Toggle sidebar
rajmasha/simple-crud

A simple Laravel package for generating CRUD for your Laravel Applications

26
1
v1.0.0
About rajmasha/simple-crud

rajmasha/simple-crud is a Laravel package for a simple laravel package for generating crud for your laravel applications. It currently has 1 GitHub stars and 26 downloads on Packagist (latest version v1.0.0). Install it with composer require rajmasha/simple-crud. Discover more Laravel packages by rajmasha or browse all Laravel packages to compare alternatives.

Last updated

simple-crud

A simple Laravel package for generating CRUD for your Laravel Applications.

You can easily generate model, migration, controller and views(index, create, edit, show) using a single command or generate them individually using separate commands.

Installation

Require this package in composer.json of your Laravel project:

composer require rajmasha/simple-crud

Once installed, publish the assets using vendor:publish artisan command:

php artisan vendor:publish --provider="Rajmasha\SimpleCrud\SimpleCrudServiceProvider"

Commands

Commands available in the package:

|Command |Syntax |Description | |----------|---------------|----------------------------------------------| |Model |crud:model |Creates a Model | |Migration |crud:migration |Creates a Migration | |Controller|crud:controller|Creates a Controller | |Views |crud:view |Creates all views | |All |crud:all |Creates Model, Migration, Controller and Views|

Documentation

See the Full documentation here

License

The package is open source and licensed under the MIT license. See the license file for detail.

Star History Chart