Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reziamini/provider-man
A service provider manager for Laravel projects (especially modular projects)
https://github.com/reziamini/provider-man
Last synced: 23 days ago
JSON representation
A service provider manager for Laravel projects (especially modular projects)
- Host: GitHub
- URL: https://github.com/reziamini/provider-man
- Owner: reziamini
- License: mit
- Created: 2021-03-21T10:21:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T19:59:36.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T11:30:00.284Z (7 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Provider Man
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](https://aminireza.ir/provider.png)
## Installation
To install the package you have to run composer command:
```bash
composer require rezaamini-ir/provider-man
```
Then you should publish migration and config file with this command:
```bash
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**