Browse Source

Merge branch 'master' of github.com:laravel/laravel

Taylor Otwell 12 years ago
parent
commit
15982efd11
1 changed files with 2 additions and 1 deletions
  1. 2 1
      changes.md

+ 2 - 1
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.
 
@@ -101,4 +102,4 @@ If you are using Redis, add the "database" option to your Redis connection confi
 			'port' => 6379,
 			'database' => 0
 		),
-	),
+	),