Support the ongoing development of Laravel.io →

1,467 Threads

posted 5 years ago

Why does not it work Content-Type => text/xml

Hello! why does not it work:'Content-Type' => 'text/xml' return view('xml') ->with...

0 Likes
1 Replies

Array to String Conversion Error Exception

Hi Currently, I am working on Laravel 5.4 and the application is hosted on a server and from past 8...

0 Likes
2 Replies

Archive Pagination Problem

I'm facing a problem with pagination of archives. When clicked it shows the first two archive posts...

0 Likes
0 Replies

Illuminate\Pagination\LengthAwarePaginat::$divisionPK

division.blade.php {!! Form::model($divisions, [ 'method' => 'PATCH', 'route' => ['divisions.u...

0 Likes
0 Replies

How can get multiple images from Database

Hi I have stored my images in database like array image1,image2,image3 using laravel-5.6. Now first...

0 Likes
0 Replies

Laravel View not Loading after AJAX success

Ajax $(document).ready(function(){ $('form').submit(function(event){ event.preventDefault(); var...

0 Likes
0 Replies

array_except() in laravel 5

I keep getting this error. <?php echo $__env->make('layouts.index', array_except(get_defined_v...

0 Likes
1 Replies
posted 10 years ago

Blade loads overridden views

Here's my scenario https://gist.github.com/spescina/9619028 Is it possible to have Blade engine -or...

0 Likes
22 Replies

Trying to get property of non-object

Hi, I've been working on my project and when ii try to access the show.blade.php it shows me that i'...

0 Likes
0 Replies

Extend Auth Facade with a method

I would like to access a column called "access_level" in table "roles". The thin...

0 Likes
0 Replies

plug&play translation package - no more translation pain !

Hey guys ! I’m coming here with a brand new package about translation for Laravel 5. We trust that t...

0 Likes
0 Replies

Call assets by name ?

Hi, i'm new with Laravel, and i'm looking for a functionality : Do you know if Laravel provide somet...

0 Likes
0 Replies

How to use node_modules from the View with Laravel?

Hi, I installed Material Design Icons with npm install mdi --save and I am trying from my view acces...

0 Likes
0 Replies
posted 9 years ago

Keep line breaks

Hello everyone. I add some text into mysql using textarea. I guess it keeps the text with CR/LF symb...

0 Likes
5 Replies
Solved

Getting Pushes from View

I have multiple stacks in my blade file and I want to read out the pushes via PHP. I know of the exi...

0 Likes
0 Replies

"No Message" error received on Comment form submission

I am working on a CRM and I created a contact note form on my contact view. When submitted I receive...

0 Likes
1 Replies

Problem with UTF8 or Unicode

Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...

0 Likes
14 Replies
posted 6 years ago

Variable is visible outside the loop in blade

I made this simple setup to easier describe my problem. This is the routs file: Route::get('/', func...

0 Likes
1 Replies

How to group relationship and get rank

Basically I have a point log table as follows: user_id | points 1 | 10 2 | 20 1 |...

0 Likes
0 Replies
posted 6 years ago

Don't execute directive

Hello guys, Well it could sounds stupid but.. how to DO NOT execute directive in a blade template ?...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.