So here's the situation: The developer is on the higher end of proficient in PHP skills, understands...
so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...
My goal isn't all that lofty. I want to detect when the following: $current = Promovote::where('mod...
I have some code as follows: if($modconfig['needs_models']) { $models = explode(",",$...
So I wanted to create a form function set for my blades to automatically recover values after a fail...
Actually I solved this. In case anyone is interested, it's a namespacing issuing. This change got...
Sure did, thanks a million!
Curiously, if I delete compiled.php from bootstrap/cache and remove all traces of: "php artis...
The Laravel portal for problem solving, knowledge sharing and community building.
The community