Browse Source

Updated upgrade guide, Blade is also needed in the aliases

Signed-off-by: Drazen <drazen@promotim.ba>
Drazen 12 years ago
parent
commit
176f0862aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes.md

+ 1 - 0
changes.md

@@ -62,6 +62,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:
 Add the following to the **aliases** array in your **application/config/application.php** file:
 
 
 	'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
 	'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
+	'Blade' => 'Laravel\\Blade',
 
 
 ### Update Eloquent many-to-many tables.
 ### Update Eloquent many-to-many tables.