chillout/crud-generator

This package is used to generate a crud by command.

V1.0.4 2022-06-02 11:19 UTC

This package is auto-updated.

Last update: 2024-10-04 14:58:52 UTC


README

Latest Version on Packagist Total Downloads

This package is mainly created for get a crud files like Controller with basic crud functions, Model, Request file and api resources.By entering crud:generate {name} you will can those file in respective folders. You can modify as u you can.

Installation

You can install the package via composer:

composer require chillout/crud-generator

Usage

After composer require command of this package Need to run a command in your terminal

    php artisan crud:generate {name}

{name} can be replace with your name for example Post,Comment

How it is acheived?

Name you given in the command is get replaced by a dummy name added in the pre-added files.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email aravindkumaranakr@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.