Browse Source

Merge pull request #456 from Tenga/master

Updated upgrade guide, Blade was missing from aliases
Taylor Otwell 12 years ago
parent
commit
713f70a777
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes.md

+ 1 - 0
changes.md

@@ -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.