-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Laravel Package Manager #8
Comments
Hello, |
I have finished up package:search, although the functionality is a bit broken by the packagist API package which I have put in a request for updating. On Tue, Jul 2, 2013 at 4:19 AM, Caouecs <[email protected]="mailto:[email protected]">> wrote: good idea — |
Also, the tag to list your package as a package manager package is lpm for laravel package manager |
That should work. Like I said, right now, it will show all packages that match the search but when the packagist API package is updated from my pull request, it should only search based on the lpm tag/keyword. |
it works php artisan package:search caouecs
|
While enhancing to Package Manager, how about a method for perform an Uninstall operation as well? |
@rtablada can you make a Uninstall action. that is not required much, but it may be a choice when we could install packages from web and remove them. |
Why not create a composer installer (https://getcomposer.org/doc/articles/custom-installers.md) and you wouldn't need any other commands etc, but just hook into Composer. |
While this would require some doing, I was thinking of bringing Package Installer into more of a Package Manager utility. This would mean a few things:
provides.json
The text was updated successfully, but these errors were encountered: