rezaamini-ir/provider-man

A service provider manager for Laravel projects (especially modular projects)

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 0

pkg:composer/rezaamini-ir/provider-man

1.0.2 2022-01-29 19:59 UTC

This package is auto-updated.

Last update: 2025-09-29 02:50:43 UTC


README

With Provider Man package you will be able to manage your custom providers in a beautiful UI and manage your module service providers.

Provider Man

Installation

To install the package you have to run composer command:

composer require rezaamini-ir/provider-man

Then you should publish migration and config file with this command:

php artisan provider:install

Congrats! Provider man has been installed.

Usage

You will be able to use the package in the /provider address. This address and middleware of this route can be managed in config file which has been stored in config/provider.php,

Note: Service providers must not be added in app.php file