enesyurtlu/plugman

A Plugin Manager for Laravel 6.x

dev-master 2020-08-03 18:53 UTC

This package is auto-updated.

Last update: 2025-08-29 02:19:47 UTC


README

Build Status styleci Coverage Status

Packagist Packagist Packagist

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.