Installing Laravel 5 on Apache in Mac OS X El Capitan
I’ve been coding more often on Macs recently, and now I need to setup Laravel on a MacBook Pro, so I decided I’ll share my setup notes for Laravel 5 on Mac OS X El Capitan with you.
The guide assumes you already have a local development environment set up on your Mac, and covers the following:
- Environment Requirements
- Composer installation
- Laravel installation via Composer
- Directory permissions configuration
- Creation of a Laravel route (to test)
- Integration with a database (to test)
- Hiccups I encountered and fixes/workaround
This post is submitted by Catzie
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.1 Laravel 5.2 Laravel 5.3 Intermediate