> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/helpers/laravel-package-generator.md).

# Laravel Package Generator

Generate your Laravel package with ease.

<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&amp;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.
