Package Data | |
---|---|
Maintainer Username: | modelizer |
Maintainer Contact: | hello@mudasir.me (Mohammed Mudasir) |
Package Create Date: | 2017-01-04 |
Package Last Update: | 2017-01-15 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-16 15:01:56 |
Package Statistics | |
---|---|
Total Downloads: | 2,738 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 12 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Get manager package.
composer require qafeen/manager
Register service provider. Possibilities are this will be your last time to do it manually.
Qafeen\Manager\ManagerServiceProvider::class,
Now let's install package by using our newly added manager. To search and add a package you need to run:
php artisan add passport
Manager will look for the package and give you the results:
Once you selected a package then composer will take care to download it and Manager will find service providers and facades to register. Also manager will look for migration files to run.
If you are very specific to a package and know what you want to download then you can do it directly:
php artisan add zizaco/entrust:5.2.x-dev
Manager store your service providers and facades in different file config/manager.php
and will take care to load it.
Just do it. You are welcome :)
| Contributors | Twitter | Ask for Help | Contact / Hire | Site | |------------------------|---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-----------------|-----------------| | Mohammed Mudasir (Creator) | @md_mudasir | | hello@mudasir.me | http://mudasir.me |