These steps should have been mentioned in the prerequisites of the Laravel Installation Guide, since I'm surely not the only person trying to get Laravel running on macOS.
Install Mcrypt using Homebrew
# PHP 7These steps should have been mentioned in the prerequisites of the Laravel Installation Guide, since I'm surely not the only person trying to get Laravel running on macOS.
Install Mcrypt using Homebrew
# PHP 7| log --all --no-merges --graph --date=relative --committer=$(git config --get user.email) --pretty=format:'%C(cyan) %ad %C(yellow)%h %Creset %s %Cgreen%d' --since="$(if [[ "Mon" == "$(date +%a)" ]]; then echo "last friday"; else echo "yesterday"; fi)" |
| ## projectName | |
| <VirtualHost *:80> | |
| ServerName projectName.local.plou | |
| CustomLog "/www/.logs/projectName.local.plou-access_log" combined | |
| ErrorLog "/www/.logs/projectName.local.plou-error_log" | |
| DocumentRoot "/www/projectName/" | |
| Header set Access-Control-Allow-Origin "*" | |
| Header always set Access-Control-Allow-Methods "POST, PUT, GET, DELETE, OPTIONS" | |
| Header always set Access-Control-Allow-Headers "Content-Type" | |
| </VirtualHost> |
##Install Xcode command line tools
Xcode>Preferences>Downloads
Enable root if not already enabled: http://support.apple.com/kb/PH11331?viewlocale=en_US
##Apache
Apache is already installed, just not running.
| <?php | |
| /* | |
| Module Name: De-Register Contact Form 7 CSS & JavaScript | |
| Module-URL: http://kevinschludermann.com/contact-form7/ | |
| Description: Contact Form 7 CSS und JavaScript Dateien nur auf Seiten mit Formular laden. [Frontend] | |
| Author: Kevin Schludermann | |
| Author URI: http://kevinschludermann.com | |
| */ | |
| /* Sicherheitsabfrage */ |
| <?php | |
| /* | |
| Module Name: Beitragslink dem RSS-Feed hinzufügen | |
| Description: Fügt jedem Feedeintrag am Ende einen Link zum entsprechenden Blogartikel hinzu. [Frontend] | |
| Author: Kevin Schludermann | |
| Author URI: http://kevinschludermann.com | |
| */ | |
| /* Sicherheitsabfrage */ | |
| if ( !class_exists('Toolbox') ) { |
| <?php | |
| /* | |
| Module Name: Alte Post als solche markieren | |
| Description: Markiert eventuell veraltete Artikel mit einer Infobox [Frontend] | |
| Author: Robin Langenhorst | |
| Author URI: http://bonsailinse.net | |
| */ | |
| /* Sicherheitsabfrage */ |
| <?php | |
| /* | |
| Module Name: WordPress-Header aufräumen | |
| Description: Entfernt nicht benötigte Links aus dem WordPress-Header. [Frontend] | |
| Author: Kevin Schludermann | |
| Author URI: http://kevinschludermann.com | |
| */ | |
| /* Sicherheitsabfrage */ | |
| if ( !class_exists('Toolbox') ) { |