:package_description

1.0 2020-07-19 07:49 UTC

This package is auto-updated.

Last update: 2024-04-26 01:28:18 UTC


README

Latest Version on Packagist Total Downloads Build Status

Laravel CRM (controllers, api routes and migration file) Generator

Installation

Via Composer

$ composer require bipin-karki/bcrud

Usage

This command will create controllers, api routes, empty migration file

$ php artisan bcrud:generator Contact

Once this command run successfully then you can update migration and run migrate fucntion. Then you can use api routes for resource process, Create, Store, Edit, Update, Destroy, Index

If Helpers were not installed

composer require laravel/helpers

Publish bcrud.stubs

php artisan vendor:publish

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.