# Laravel Package Generator

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2Fc18CigSBFgQFsLY9Q6wc%2Fscreenshot.png?alt=media&#x26;token=06af2d43-4349-4c4c-ab5e-cc61c9dcd76a" alt=""><figcaption></figcaption></figure>

### Installation

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

### Using

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

```
php artisan package:generate
```

I will ask you for some information about your package

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/laravel-package-generator/blob/master/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](https://github.com/tomatophp/laravel-package-generator/blob/master/LICENSE.md) for more information.
