fresns/plugin-manager is a Laravel package for enhance laravel apps: organized & scalable.
It currently has 50 GitHub stars and 3.208 downloads on Packagist (latest version v3.4.0).
Install it with composer require fresns/plugin-manager.
Discover more Laravel packages by fresns
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
Fresns is an Apache-2.0-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider sponsoring Fresns development.
To install through Composer, by run the following command:
composer require fresns/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.