Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjay-np/laravel-generator
A package for laravel to generate Action, Service and Trait using artisan command
https://github.com/sanjay-np/laravel-generator
actions artisan artisan-command laravel
Last synced: about 2 months ago
JSON representation
A package for laravel to generate Action, Service and Trait using artisan command
- Host: GitHub
- URL: https://github.com/sanjay-np/laravel-generator
- Owner: sanjay-np
- License: mit
- Created: 2024-11-13T02:46:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T02:55:31.000Z (2 months ago)
- Last Synced: 2024-11-13T03:32:24.189Z (2 months ago)
- Topics: actions, artisan, artisan-command, laravel
- Language: PHP
- Homepage: https://packagist.org/packages/sanjay-np/laravel-generator
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Generator
A Laravel package to generate actions, traits, and services using artisan commands.
## Installation
You can install the package via composer:
```bash
composer require sanjay-np/laravel-generator
```## Usage
```bash
php artisan make:action CreateUserAction
php artisan make:service UserService
php artisan make:trait Searchable
```## Testing
```bash
composer test
```## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.