enesyurtlu/plugman

A Plugin Manager for Laravel 6.x

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/enesyurtlu/plugman

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

This package is auto-updated.

Last update: 2025-10-29 02:43:44 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.