Commit 176f0862 authored by Drazen's avatar Drazen

Updated upgrade guide, Blade is also needed in the aliases

Signed-off-by: 's avatarDrazen <drazen@promotim.ba>
parent 70f58628
......@@ -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:
'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
'Blade' => 'Laravel\\Blade',
### Update Eloquent many-to-many tables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment