It's a ready-to-use template for Laravel packages.
- Skeleton with Service Provider and configuration file
Laravel Package Toolsby Spatie for easier package configuration- Ready-to-use GitHub Action scripts for testing & code quality checks
Fulfill or change it the way you like.
The package requires PHP 8 or higher and Laravel 9 or higher.
Install the package using composer:
composer require michael-rubel/laravel-package-template// Your description.Publish the config:
php artisan vendor:publish --tag="package-template-config"composer testThe MIT License (MIT). Please see License File for more information.