:package_description
My opinionated template for the Laravel packages
(Inspired by: https://github.com/spatie/package-skeleton-laravel)
Follow these steps to get started:
- Press the "Use this template" button at the top of this repo to create a new repo with the contents of this template.
- Run following script which will replace all placeholders throughout all the files.
php ./build.php
- That's it! Now you have a new Laravel package scaffolded and ready to be developed.
You can install the package via composer:
composer require :vendor_slug/:package_slugYou can publish the config file with:
php artisan vendor:publish --tag=":package_slug"Your contributions are welcome! If you'd like to improve this project, simply create a pull request with your changes. Your efforts help enhance its functionality and documentation.
If you find this project useful, please consider ⭐ it to show your support!
This project is created and maintained by :author_name.
Laravel Package Template is an open-sourced software licensed under the MIT license.