Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomatophp/laravel-package-generator

Generate your Laravel package with ease.
https://github.com/tomatophp/laravel-package-generator

generator laravel package

Last synced: about 1 month ago
JSON representation

Generate your Laravel package with ease.

Awesome Lists containing this project

README

        

![Screenshot](https://github.com/tomatophp/laravel-package-generator/blob/master/art/screenshot.png)

# Laravel Package Generator

Generate your Laravel package with ease.

## Installation

```bash
composer require tomatophp/laravel-package-generator
```

## Using

you can start build a new package inside your packages folder with this command

```php
php artisan package:generate
```

i will ask you about some information about your package

## Support

you can join our discord server to get support [TomatoPHP](https://discord.gg/VZc8nBJ3ZU)

## Docs

you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/laravel-package-generator)

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Credits

- [Fady Mondy](https://github.com/3x1io)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.