Skip to content

Instantly share code, notes, and snippets.

@SMacEwan
Created September 18, 2012 23:16
Show Gist options
  • Select an option

  • Save SMacEwan/3746665 to your computer and use it in GitHub Desktop.

Select an option

Save SMacEwan/3746665 to your computer and use it in GitHub Desktop.
Laravel Setup
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