Forum Laravel Global Var from 4. to 5.0
I am taking my Laravel 4.2 project to Laravel 5.0 on my rutes.php is headed by:
View::composer('*', '[email protected]');
And it does not work in Laravel 5.0. Does anyone know how to help me with this problem?
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
Global Var from 4. to 5.0
I am taking my Laravel 4.2 project to Laravel 5.0 on my rutes.php is headed by:
And it does not work in Laravel 5.0. Does anyone know how to help me with this problem?