rajmasha/simple-crud

A simple Laravel package for generating CRUD for your Laravel Applications

v1.0.0 2018-12-13 05:23 UTC

This package is auto-updated.

Last update: 2025-01-15 00:35:59 UTC


README

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:

Documentation

See the Full documentation here

License

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