Skip to content

Instantly share code, notes, and snippets.

View limatuz's full-sized avatar
:bowtie:

Dennis limatuz

:bowtie:
View GitHub Profile
@degt
degt / database.php
Created June 3, 2013 00:23
MAMP laravel database config
<?php
'mysql' => array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'database',
'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',