Support the ongoing development of Laravel.io →

1,478 Threads

Proper configuration for bootstrap 4 in views, Laravel 5.7

Unable to render bootstrap 4 in views files using dependencies in head section of html. <link hre...

0 Likes
3 Replies

How do I push title page from database to webpage?

I have 2 page: Page A have title is A <title>A</title> Page B have title is B <title...

0 Likes
1 Replies

Remove html tags white spaces

Hello, I don't know if anybody else asked in the past, please link to thread if so, could somebody r...

0 Likes
1 Replies

addding ajax url for laravel pagination

adding the pagination for filters when it redirects to second page returns error This page isn’t wor...

0 Likes
0 Replies

Can't access data from custom error named bag

Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...

0 Likes
0 Replies

Submitting form gives error 419, session expired

I'm using Laravel 5.7 In my view, list.blade.php I have this (relevant portion shown) <?php $coun...

0 Likes
2 Replies

Questions about Blade, Database and encoding files

Hi, I'm working on web app using Laravel that will display and allow to edit players ban list (from...

0 Likes
0 Replies

write blade on the fly

have need to write custom dynamic blade on the fly, then return the view... these are custom html do...

0 Likes
0 Replies

@lang in blade template don't working? Why?

I had clear cache config in my project. When I turn on localhost, my page show: Here, I have a blad...

0 Likes
0 Replies

How to display decoded JSON in blade view?

I decided to connect my tables from databases. I have four tables. inspections, requisitions, infra...

0 Likes
0 Replies

One to Many - Inverse - Form Select Class component

Hi. I have the following relations in the app I am working on. I have a Bank model or Component as w...

0 Likes
2 Replies
posted 6 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

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.