rezaamini-ir/provider-man

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

1.0.2 2022-01-29 19:59 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:27 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