Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.