I am working on a Laravel project where I have to generate a Nginx configuration file and store it on /etc/nginx/sites-available
directory which only has write rights for the admin user, I have admin rights on the server, I just want to know if there is a way for doing this using the Process Component of Symfony stack.
Thanks a lot and bests ;)