Hi
Laravel projects have routes/controllers/etc..
Using the “composer” tool is apparently a “preferred” method of installing different packages.
However, I ran across a “package” the “zizaco/Entrust” permissions in a test project. The package is in the “config” app.php as a service provider, as well as having its own entrust.php config file..
The site packagelist.com also lists the “package” – which would appear to mean that the package could be installed via the composer require zizaco/Entrust. But, when the composer show zizaco/Entrust is used, it returns ‘not available’. A find/grep of the overall project dirs for the ‘Entrust’ also doesn’t appear to return any composer related json files/data.
The package is clearly used as ‘entrust’ is present in various files.. as well as provider files.
So, the dev has implemented the logic. My question, is how?
I’ve been looking over how these apps – laravel that are old are updated?, in terms of the procedures/processes.. It can’t just be a crapshoot!
thoughts/comments
thanks
ps. I’ve posted this in the usual other places as well with no replies yet.
thanks!