Skip to content

Commit

Permalink
Merge branch 'master' of github.com:laravel/laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 29, 2012
2 parents b2324a7 + 713f70a commit 15982ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ If you have created indexes on tables using the Laravel migration system and you
Add the following to the **aliases** array in your **application/config/application.php** file:

'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
'Blade' => 'Laravel\\Blade',

### Update Eloquent many-to-many tables.

Expand Down Expand Up @@ -101,4 +102,4 @@ If you are using Redis, add the "database" option to your Redis connection confi
'port' => 6379,
'database' => 0
),
),
),

0 comments on commit 15982ef

Please sign in to comment.