Skip to content

Instantly share code, notes, and snippets.

@eduardocruz
Created September 2, 2012 14:04
Show Gist options
  • Save eduardocruz/3599238 to your computer and use it in GitHub Desktop.
Save eduardocruz/3599238 to your computer and use it in GitHub Desktop.
Laravel Installation
1.Copy files on Laravel's public folder into a folder you want to put them on public_html.
2.Copy Laravel's other folders anywhere your want to put them. Rename if you wanted.
3.Open index.php on your public folder with text editor , and change "require '../paths.php';" to fit your directory structure.
4.Open paths.php with text editor, and change "path['xxxx'] = 'xxxxx';" format lines to fit your directory structure.
5.Don't forget set permition for your 'storage' directory.
Source: http://forums.laravel.com/viewtopic.php?id=1685
@eduardocruz
Copy link
Author

Related to Laravel 3. Laravel 4 is completely different. It uses Composer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment