Setup a Mac for running Laravel
Install PHP
First see if I have it installed already:
And check the version:
If I don't have it, then install it:
Install MySQL
Search for it:
If I don't have it, install it:
Set it to always start mysql on login:
Get composer
Check to see if I have it by running
If not, then follow instructions for downloading and installing composer here: https://getcomposer.org/
Laravel Installer
Get the composer package for easily creating a new laraval project.
Last updated