Last active
May 19, 2019 23:14
-
-
Save meganlkm/74dba6c4350ed58bf7bb to your computer and use it in GitHub Desktop.
setup a laravel 4.2 project to deploy to a shared hosting provider
You can run it from anywhere using the terminal. Depends on where you want your projects. You will end up with 2 subdirectories within the directory it is run. If you ran it from /Users/Lexynux/Documents/laravel_app/laravel_shared_hosting_project.sh
You would end up with these directories:
/Users/Lexynux/Documents/laravel_app/public_html
/Users/Lexynux/Documents/laravel_app/myproject
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From which path do i have to run this script? Where do I have to put the script in my hard disk? So that I could run it from terminal. I'm working in Mac OS X.
I mean: /Users/Lexynux/Documents/laravel_app/
or from anywhere else?