laravel-package-template maintained by michael-rubel
Description
It is an example template for Laravel packages. Fill or change it the way you like.
Author
Last update
2023/08/09 13:12
(dev-main)
License
Downloads
5
Tags
Laravel Package Template
It's a ready-to-use template for Laravel packages.
What's inside
- 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.
#StandWithUkraine
Installation
Install the package using composer:
composer require michael-rubel/laravel-package-template
Usage
// Your description.
Publish the config:
php artisan vendor:publish --tag="package-template-config"
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.