php - allow laravel app to create/modify project files? -


i have plans on making generator gui, accessable on route while in development mode. when taking action in gui create or update corresponding files in project folder. means web server user need permissions handle files. way accomplish that? have thought of few approaches not sure.

  • after pull in package, let user chmod themselfs. might issue these changes commited source control?
  • add kind of installer script can run sudo 1) you.
  • add temporary workfolder generator has full access. set symlink thing actual project folder stays in sync. way wont have git issues.

i exited here think this!


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -