Sounds to me like you should tell them to fix it or look for another developer.
You can always try to connect via your phone and download the stuff that you need then connect back to their network.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am not sure if this is the correct place to ask (I'll delete if not), but right now I was assigned to a new Laravel project at work where the IT team made it almost impossible to code: Everything needs permissions from some higher level of Administrator. It's on Windows and whenever I try to download a file - it automatically blocks it. If I try to install a VSCode extension - there is no connection to the extensions center. If I want to use composer(!!) - I can't! Because I get cURL errors since there are no permissions to get stuff from the outer world.
The issue is that the support is rather incompetent and looks like they never worked with PHP/Laravel developers since they have no idea how to solve it themselves.
So for installing software, such as VSCode, it's less of an issue - because they just download the installation file, scan it and then I can install it.
But the real issues start with things like Composer - where I can't even use composer commands that need to download packages from the outside world, so composer install will not work with cURL errors (the downloads are blocked)
VSCode extension - you can't install, since you can't connect to the download center.
What can I suggest them to make it workable and still secured per their level?
Ty!
Please or to participate in this conversation.