Skip to content

Important Notes

Iosif Miclaus edited this page Dec 12, 2016 · 1 revision

Permissions

IMPORTANT: You might need to manually change the owner of app/storage:

macOS

Use sudo if necessary

chown -R $USER app/storage/

Database config

Laravel requires to specify the unix_socket for some local environments such as MAMP:

'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock'
Clone this wiki locally