I am using the laravel @includes in my blades, which is fine, but when a user's session expires, and...
I have declare a variable in blade template, now i need to concatenate it in style sheet path. I wan...
Recursive menu, created this menu and is working as I want, but the is that it is creating two eleme...
I have a simple form. In my blade view, I open it like this: {{ Form::model($alum, ['route' => ['...
I want to show on the page data from two tables but with a little condition and I can't figured it o...
I stumbled onto this suuuper simple way to initialize an endless scroller through jQuery Here is the...
Hi : i have this format : [M] => stdClass Object ( [CUsed] => 0 [CLeft] => 0 ) [D] => st...
Hello, I have implemented a simple code just to try using "@yield", that is the code: -The...
I tried creating a list of buttons for adding symbols to a text area in a form. loop in blade.php fi...
this is my PostController.php, <?php namespace App\Http\Controllers; use Illuminate\Http\Reques...
Hi all! When I go to another page, my command line shows me information that is always loading all j...
Hello! I have all <script></script> files loading in the Master Page When I change the c...
How to create Role-based Permissions in laravel 5.2 ? can use Zizaco for this ? or else is there any...
I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...
In my view i have 5 file fields like this {!! Form::file('song[][url]', ['placeholder'=>'Url']) !...
I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
Please, how do I when editing a car, list all the brands, however already come selected the brand th...
Hi, is there a possibility to put an HTML Attribute depending on whether or not a condition is true?...
My view is like below. <div class="form-group", style='max-width:100%;'> {!! Form::l...
Hi all! When I go to another page, my command line shows me information that is always loading all j...
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.
The community