It is an example template for Laravel packages. Fill or change it the way you like.
michael-rubel/laravel-package-template is a Laravel package for it is an example template for laravel packages. fill or change it the way you like..
It currently has 1 GitHub stars and 5 downloads on Packagist (latest version 1.0).
Install it with composer require michael-rubel/laravel-package-template.
Discover more Laravel packages by michael-rubel
or browse all Laravel packages to compare alternatives.
Last updated
It's a ready-to-use template for Laravel packages.
Laravel Package Tools by Spatie for easier package configurationFulfill 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 test
The MIT License (MIT). Please see License File for more information.