Support the ongoing development of Laravel.io →

1,478 Threads

Redis and Pagination

Hello guys, I was wondering how can i cache paginated collection this is my code so far. public fun...

0 Likes
1 Replies

Failed to related two model Eager Eloquent Relationships

i'm start learn laravel few days ago, i try to follow tutorial in laravel 4 but i am using laravel 5...

0 Likes
2 Replies

error in header.blade.php

First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...

0 Likes
3 Replies
Solved

How to post a form to a controller and pass Form Value to Controller

Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...

0 Likes
4 Replies
Solved

Currency input formatting

Hello, I'm looking for a jQuery plugin to apply a mask over my monetary inputs . I tried a lot of th...

0 Likes
4 Replies
Solved

pop-up modal in Laravel 5

I previously worked without a framework and so now I am stuck in creating a pop up modal in laravel...

0 Likes
1 Replies
posted 9 years ago

Getting the first accordian option to be open

I'm using Laravel 4 and I've created an accordian and so far I've got all of them closed. The proble...

0 Likes
9 Replies

Laravel error when read {!! Form::open() !!}

Hey can you help me with this error ?? I'm using Laravel 5.0 which is include with login and registe...

0 Likes
3 Replies
Solved

Query progress

Hello, I am looking for any method for progession rate generation during the execution of the query....

0 Likes
3 Replies
posted 9 years ago

Concatenation issue : Laravel 5.1 PingPong menu

In PingPong Menu I need to use a picture inside the menu as title. Its a concatenation problem I nee...

0 Likes
3 Replies
Solved

Form Facade onsubmit event

I want to convert this HTML form open tag in form facade. <form id="form1" role="form" method="PO...

0 Likes
0 Replies

Lumen cache permission error

I've built a small site for a proof of concept within Homestead. I'm trying to get it to work on the...

0 Likes
3 Replies

File Uploads within form - obtaining file name when validation fails

I am new to Laravel. I have created a form where there is the ability to multiple upload files. The...

0 Likes
0 Replies

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved
posted 9 years ago

Blade @parent not working?

Today i updated laravel, and now simple blade commands are not working. For example: @section('scrip...

0 Likes
2 Replies

Grouping rows separately depending on column value

I have two models: Event and EventLink. Event has a one-to-many relationship with EventLink, and Eve...

0 Likes
3 Replies

How to avoid the to recount this?

Class Channel extends Model { ... ... public function getSubscribersAttribute(){ return $this-&...

0 Likes
1 Replies

what is the correct way to display data from second table in blade during editing profile.

In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...

0 Likes
3 Replies
Solved

click link and include subview

I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...

0 Likes
2 Replies
Solved

Facades - Am I Using Them Correctly?

So I wanted to create a form function set for my blades to automatically recover values after a fail...

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