gabrielchavezme/laraform-command

Generate Laraform class in your Laravel project.

1.1.0 2020-06-13 07:41 UTC

This package is auto-updated.

Last update: 2024-05-13 16:31:26 UTC


README

This library provides a simple command to generate Laraform forms.

Installation

Use the package manager composer to install laraform-command.

composer require gabrielchavezme/laraform-command

Usage

You can generate an empty Laraform class by running the following command:

php artisan make:laraform YourFormName

If you need to generate a class with the default methods and save some time, you can add the --m or --methods parameter:

php artisan make:laraform YourFormName -m

This will generate a class with the default methods, saving some time in your development.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT