Support the ongoing development of Laravel.io →

1,495 Threads

How to use Bootstrap with Laravel 5 ?

I am new to Laravel, I am trying to use Bootstrap with Laravel but it is very difficult to use with...

0 Likes
4 Replies
posted 10 years ago

Laravel 5 custom 404

Hi, I have the 404.blade.php file in the resources/views/errors and it extends master.blade.php, lik...

0 Likes
0 Replies
posted 10 years ago

CSS is not loading in one Blade page only

this is so strange css is not loading in one page only i have blades files extends a main.blade.php...

0 Likes
2 Replies
Solved
posted 10 years ago

Functions with Laravel 5

I have some function which I need to call in my view(comment.bade.php) and return $id, this is funct...

0 Likes
1 Replies

Trying to get property of non-object ... but it's an object?

Hey folks - my first post here, but been using Laravel for a little over a year now. I have an eCom...

0 Likes
0 Replies

optgroup remove

My model: class Boxstyle extends Eloquent { protected $fillable = array('BoxStyle'); my table...

0 Likes
0 Replies

very simple

I have a controller: $boxstyles = boxstyles::lists('boxstyle', 'id'); Model: protected $fillable = a...

0 Likes
3 Replies
posted 10 years ago

Ternary statement L5

Hi, {{\Auth::user()->nickname or \Auth::user()->firstname}} returns 1 while //works {{\Auth::...

0 Likes
0 Replies
posted 11 years ago

Example Blade extension from docs does not work

This triggers a fatal error Blade::extend(function($view, $compiler) { $pattern = $compiler->...

0 Likes
3 Replies
posted 10 years ago

#Javascript issues

i have an issues with java script or j query this is my java script code $('#furniture .accordi...

0 Likes
0 Replies

Send Query from Controller to Nested View

Hi, I'm very new to laravel and started with laravel 5. I'm currently facing trouble where I can't s...

0 Likes
0 Replies

chat functionality

i want to use chat functionality in my project but i don't know how to implement this. how can i imp...

0 Likes
1 Replies
posted 10 years ago

Where I should place Blade::extend in Leravel 5?

Hello. I tried to place Blade::extend to bootstrap/blade.php. Then I require this file in bootstrap/...

0 Likes
1 Replies

white screen when using Form::model using Laravel 5

I seem to be having an issue using Form::model My controller looks like: in public function edit(T...

0 Likes
1 Replies
posted 10 years ago

using link_to_action in a blade template

Hello All, new to Laravel and having A LOT of fun with it so far. Using laravel 5 for what it's wor...

0 Likes
2 Replies
posted 10 years ago

Returning HTML back to Blade

I have a bootstrap modal popup that I will pull in as an include where and when needed, so its very...

0 Likes
3 Replies
Solved
posted 10 years ago

Help with a for loop

I have my code like this: http://pastebin.com/ppQRPhE1 how can i put the $x within the description i...

0 Likes
12 Replies
posted 10 years ago

Laravel 5 not using Blade views

Hello, I'm new to Laravel and wanted to try it today. After installing everything that was neccessar...

0 Likes
2 Replies
Solved

Pagination?

Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...

0 Likes
6 Replies

Laravel 5 and forms

Hi have added the package in composer and updated app.php with providers 'Illuminate\Html\HtmlServic...

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.

© 2025 Laravel.io - All rights reserved.