--- description: Generate your Laravel package with ease. --- # 💿 Laravel Package Generator
### 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.