Created
September 18, 2012 23:16
-
-
Save SMacEwan/3746665 to your computer and use it in GitHub Desktop.
Laravel Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dependencies: | |
| - MAMP Pro (Local web server) | |
| Useful: | |
| - Sequel Pro (phpMyAdmin sucks) | |
| - Kaleidoscope (for git difftool, way easier to read) | |
| Steps: | |
| 1. Download and unzip | |
| 2. Setup MAMP host to point to path/to/project/public | |
| 3. Remove default application key from application/config/application.php | |
| 4. Run php artisan key:generate to generate and add an application key | |
| 5. Add database info to application/config/database.php | |
| 6. You may have to clear browser cache at this point due to changed application code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment