I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...
Hi, I'd like to find an alternative way to include the collections of sub views in one view. Here is...
Hello guys , I installed my laravel 5.1 application on a shared server for it was necessary to copy...
I have created a storelocator.php in my view with the following code : <?php $dom = new DOMD...
If in my Blade template I had this: @foreach($entries as $entry) <li>{{$entry->filename}}&l...
so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...
I understand this sort of breaks the structured point of Laravel, but there is method to my madness....
I have a jquery function that renders some part of the view with data after a successful ajax post r...
I am developing a laravel 5 app. In my code I inject a class that I created in App/Utilities/class.p...
Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...
We have a form that is built on the client side using an HTML template and Javascript, As informat...
i have a blade in which i have a div. the div gets the data from session. also on the same blade i h...
Hello, I have recently installed laravel debugbar (https://github.com/barryvdh/laravel-debugbar) and...
I have this basic structure in my blade file <div class="container1"> //some cont...
What advantage, if any, is there to using sections over includes (or vice-versa) for things like pro...
I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...
Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...
I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...
Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...
i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.