enesyurtlu / plugman
A Plugin Manager for Laravel 6.x
dev-master
2020-08-03 18:53 UTC
Requires
- php: >=7.2
- illuminate/support: ^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-08-29 02:19:47 UTC
README
Package description: CHANGE ME
Installation
Install via composer
composer require enesyurtlu/plugman
Publish Configuration File
php artisan vendor:publish --provider="enesyurtlu\plugman\ServiceProvider" --tag="config"
Usage
CHANGE ME
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.