I just switched over all of my projects to a new directory in my system and now I'm having problems...
I am pretty new to Laravel and have a fairly basic question. In my default.blade.php I have a <di...
jkieley said: I'm not sure if your using a unix or mac.... But I found that If I changed the file p...
Update: View::composer('*', function($view) { $view->with('viewName', last(explode('.', $view-&...
You're the best! Got absolutely everything working perfectly by using both of the formats in two sep...
Thanks for the attempt! It throws this error though: ErrorException Only variables should be passed...
Ahh okay, I'll look into having multiple composers with different variables! That makes a lot of sen...
The Laravel portal for problem solving, knowledge sharing and community building.
The community