Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomatophp/laravel-package-generator
Generate your Laravel package with ease.
https://github.com/tomatophp/laravel-package-generator
generator laravel package
Last synced: about 1 month ago
JSON representation
Generate your Laravel package with ease.
- Host: GitHub
- URL: https://github.com/tomatophp/laravel-package-generator
- Owner: tomatophp
- License: mit
- Created: 2023-01-31T20:53:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T13:39:19.000Z (about 1 year ago)
- Last Synced: 2024-09-15T10:53:05.989Z (4 months ago)
- Topics: generator, laravel, package
- Language: PHP
- Homepage: https://docs.tomatophp.com/plugins/laravel-package-generator
- Size: 42 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![Screenshot](https://github.com/tomatophp/laravel-package-generator/blob/master/art/screenshot.png)
# Laravel Package Generator
Generate your Laravel package with ease.
## Installation
```bash
composer require tomatophp/laravel-package-generator
```## Using
you can start build a new package inside your packages folder with this command
```php
php artisan package:generate
```i will ask you about some information about your package
## Support
you can join our discord server to get support [TomatoPHP](https://discord.gg/VZc8nBJ3ZU)
## Docs
you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/laravel-package-generator)
## Changelog
Please see [CHANGELOG](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](LICENSE.md) for more information.