toanld/plugin-manager is a Laravel package for enhance laravel apps: organized & scalable.
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version v2.2.3).
Install it with composer require toanld/plugin-manager.
Discover more Laravel packages by toanld
or browse all Laravel packages to compare alternatives.
Last updated
Enhance Laravel Apps: Organized & Scalable
fresns/plugin-manager is a convenient Laravel extension package designed for modular management of your large-scale Laravel applications. Each plugin acts as an independent Laravel application or microservice, allowing you to define your own views, controllers and models.
Plugin Manager Docs: https://pm.fresns.org
To install through Composer, by run the following command:
composer require toanld/plugin-manager
The package will automatically register a service provider and alias.
Optionally, publish the package's configuration file by running:
php artisan vendor:publish --provider="Fresns\PluginManager\Providers\PluginServiceProvider"
You can contribute in one of three ways:
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
Fresns Plugin Manager is open-sourced software licensed under the Apache-2.0 license.