> 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

<figure><img src="/files/SLhdD91hwSCrsM9pvlgx" 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.
