rezaamini-ir / provider-man
A service provider manager for Laravel projects (especially modular projects)
1.0.2
2022-01-29 19:59 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
- livewire/livewire: ^1.0|^2.3
Requires (Dev)
- orchestra/testbench: ~3.7|^4.0|^5.0|^6.0
This package is auto-updated.
Last update: 2024-10-29 06:00:18 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.
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