I'm facing a problem with pagination of archives. When clicked it shows the first two archive posts...
division.blade.php {!! Form::model($divisions, [ 'method' => 'PATCH', 'route' => ['divisions.u...
Hi I have stored my images in database like array image1,image2,image3 using laravel-5.6. Now first...
Ajax $(document).ready(function(){ $('form').submit(function(event){ event.preventDefault(); var...
I keep getting this error. <?php echo $__env->make('layouts.index', array_except(get_defined_v...
Here's my scenario https://gist.github.com/spescina/9619028 Is it possible to have Blade engine -or...
Hi, I've been working on my project and when ii try to access the show.blade.php it shows me that i'...
I would like to access a column called "access_level" in table "roles". The thin...
Hey guys ! I’m coming here with a brand new package about translation for Laravel 5. We trust that t...
Hi, i'm new with Laravel, and i'm looking for a functionality : Do you know if Laravel provide somet...
Hi, I installed Material Design Icons with npm install mdi --save and I am trying from my view acces...
Hello everyone. I add some text into mysql using textarea. I guess it keeps the text with CR/LF symb...
I have multiple stacks in my blade file and I want to read out the pushes via PHP. I know of the exi...
I am working on a CRM and I created a contact note form on my contact view. When submitted I receive...
Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...
I made this simple setup to easier describe my problem. This is the routs file: Route::get('/', func...
Basically I have a point log table as follows: user_id | points 1 | 10 2 | 20 1 |...
Hello guys, Well it could sounds stupid but.. how to DO NOT execute directive in a blade template ?...
Is there any way to use the @extend functionality but pass a string rather than a file that contains...
hi. I am having an issue with the View cache in **app/storage/views not being updated. The way my ap...
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