Support the ongoing development of Laravel.io →

1,485 Threads

Easy endless scrolling via jQuery.jscroll and Laravel paginator

I stumbled onto this suuuper simple way to initialize an endless scroller through jQuery Here is the...

0 Likes
5 Replies

Display Json Format

Hi : i have this format : [M] => stdClass Object ( [CUsed] => 0 [CLeft] => 0 ) [D] => st...

0 Likes
1 Replies

views_@yield

Hello, I have implemented a simple code just to try using "@yield", that is the code: -The...

0 Likes
5 Replies

how to call parametrized javascript function for onclick attribute of Form::button

I tried creating a list of buttons for adding symbols to a text area in a form. loop in blade.php fi...

0 Likes
0 Replies

Why no alert is showing in Laravel 5?

this is my PostController.php, <?php namespace App\Http\Controllers; use Illuminate\Http\Reques...

0 Likes
1 Replies

How to refresh a page without Refreshing Master Page

Hi all! When I go to another page, my command line shows me information that is always loading all j...

0 Likes
5 Replies
Solved

How to load JS/CSS files in Master Page 1 time and use them through all pages?

Hello! I have all <script></script> files loading in the Master Page When I change the c...

0 Likes
0 Replies

Create role and permissions in laravel 5.2

How to create Role-based Permissions in laravel 5.2 ? can use Zizaco for this ? or else is there any...

0 Likes
3 Replies

[Mail] : Embedding image failed when the embedding is in the parent view

I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...

0 Likes
0 Replies

File Upload TokenMismatchException

In my view i have 5 file fields like this {!! Form::file('song[][url]', ['placeholder'=>'Url']) !...

0 Likes
0 Replies

Trying to display orders on logged user

I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...

0 Likes
3 Replies
Solved

Select -> selected

Please, how do I when editing a car, list all the brands, however already come selected the brand th...

0 Likes
2 Replies
Solved

HTML Attribute depending on a condition

Hi, is there a possibility to put an HTML Attribute depending on whether or not a condition is true?...

0 Likes
3 Replies
Solved

How to use 'OnChange' kind of method in larval view

My view is like below. <div class="form-group", style='max-width:100%;'> {!! Form::l...

0 Likes
1 Replies

How to refresh a page without Refreshing Master Page

Hi all! When I go to another page, my command line shows me information that is always loading all j...

0 Likes
1 Replies
Solved
posted 8 years ago

Blade and localization

I have a problem regarding blade templates and localization. I've created a locale-middleware that b...

0 Likes
1 Replies
Solved
posted 10 years ago

Class 'form' not found?

Hi, I am new to Laravel 4 and trying some things... now i'm stuck at creating a very very basic form...

0 Likes
12 Replies

Best practice

If i need to put two variables in blade, for example name and surname, which of this two option is t...

0 Likes
1 Replies

A form with some fields hidden based on a condition.. is not very safe

I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...

0 Likes
5 Replies

Delete record with modal

Good afternoon folks, I need your help, I have this car brands list with a button to edit and delete...

0 Likes
1 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.