https://github.com/timwassenburg/laravel-action-generator
Quickly generate actions for your Laravel projects
https://github.com/timwassenburg/laravel-action-generator
actions cli command-line generator laravel php
Last synced: 5 months ago
JSON representation
Quickly generate actions for your Laravel projects
- Host: GitHub
- URL: https://github.com/timwassenburg/laravel-action-generator
- Owner: timwassenburg
- License: mit
- Created: 2021-10-27T16:54:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T11:36:02.000Z (almost 2 years ago)
- Last Synced: 2025-10-31T08:43:36.134Z (8 months ago)
- Topics: actions, cli, command-line, generator, laravel, php
- Language: PHP
- Homepage:
- Size: 171 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/timwassenburg/laravel-action-generator)
[](https://github.com/timwassenburg/laravel-action-generator/actions?query=workflow%3Arun-tests+branch%3Amaster)
[](https://packagist.org/packages/timwassenburg/laravel-action-generator)
[](https://packagist.org/packages/timwassenburg/laravel-action-generator)
## Table of Contents
## Installation
Install the package with composer.
```bash
composer require timwassenburg/laravel-action-generator --dev
```
## Usage
Run the following command on the command-line to generate a new action.
```
php artisan make:action {name}
```
## Testing
Run the tests with:
```bash
composer test
```
## More generator packages
Looking for more ways to speed up your workflow? Make sure to check out these packages.
- [Laravel Action Generator](https://github.com/timwassenburg/laravel-action-generator)
- [Laravel Pivot Table Generator](https://github.com/timwassenburg/laravel-pivot-table-generator)
- [Laravel Repository Generator](https://github.com/timwassenburg/laravel-repository-generator)
- [Laravel Service Generator](https://github.com/timwassenburg/laravel-service-generator)
- [Laravel Trait Generator](https://github.com/timwassenburg/laravel-trait-generator)
The packages mentioned above are part of [Laravel Artisan Extender](https://github.com/timwassenburg/laravel-artisan-extender).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.