how to install packages into laravel ...offline composer
hello ...
i know that i can download packages and pull them in to laravel using composer , but i don't know how to install them offline without internet connection ??
for example i downloaded package for git-hub as (Zip) file
how to add it to my current project and use it within laravel , as i mentioned (offline composer)
should i update the composer (PS-4) to autoload the package manually ??
But if that package has dependencies then you might have to manually grab those too. It's probably easier to use the proxy or else on an internet-connected machine install everything you need then grab the vendors/ folder and copy that internally.