> Source: https://tomatophp.com/docs/helpers/laravel-package-generator

# 💿 Laravel Package Generator

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/screenshot (20).png" 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.
