Download the PHP package qafeen/manager without Composer
On this page you can find all versions of the php package qafeen/manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qafeen/manager
More information about qafeen/manager
Files in qafeen/manager
Package manager
Short Description Manage, install and search laravel base packages.
License MIT
Informations about the package manager
Manager aims to automate package search and install functionality.
- Register Service provider and facade.
- Search relevant package.
- Run migration.
- Publish blade and vue files.
- Run necessary command specific to a package (coming soon).
- Uninstall package (comming soon).
Installation:
Get manager package.
Register service provider. Possibilities are this will be your last time to do it manually.
We are done!
Now let's install package by using our newly added manager. To search and add a package you need to run:
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:
Notes:
Manager store your service providers and facades in different file config/manager.php
and will take care to load it.
Contribution
Just do it. You are welcome :)
Credits
Contributors | Ask for Help | Contact / Hire | Site | |
---|---|---|---|---|
Mohammed Mudasir (Creator) | @md_mudasir | [email protected] | http://mudasir.me |
All versions of manager with dependencies
guzzlehttp/guzzle Version ~6.0
hanneskod/classtools Version ~1.0
symfony/process Version >=2.7