Look at some of the tutorials on package development. They usually cover the steps needed to pull from a private repository.
Has anyone used Laravel with private Composer?
Hello,
Some people suggested me to use a private packagist in my workplace where they started restricting traffic to and from where ever Composer is connecting in order to download and load the packages into Laravel.
This is an enterprise that deals with a lot of money and they recently blocked it so I need to get suggestions to be able to securely develop in Laravel. The latest restrictions basically prevent me from using Laravel (can't use Composer)
But then I looked into packagist. What is it exactly? you install a private repo with all the packages you need, then you have a "private" composer command that installs from this private packagist?
Or, do you have any other suggestions so that I can securely be able to use Laravel and that the security guys will like it?
Ty!
Please or to participate in this conversation.