Support the ongoing development of Laravel.io →

1,489 Threads

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

Newbie Issue: Form works fine as it's own view but when used in another it doesn't process

I'm sure the solution to this is stupid simple, and (maybe) has to do with routes, but I'm stumped r...

0 Likes
5 Replies

Blank pages

Hello, Since today, my web site presents an empty page. I really don't know why.. Could you help me?...

0 Likes
0 Replies

submit without refreshing

How can I submit without refreshing the page? here is my code Route::get ('building/{id}/editsystem/...

0 Likes
1 Replies
posted 9 years ago

Something wrong with views or blade?

Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...

0 Likes
2 Replies
Solved

Drag and drop sorting with JQuery UI

I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...

0 Likes
4 Replies

Massive PDF generation

Hi, I have to realize a system for massive invoices generation. I try to use dompdf,fpdf and other p...

0 Likes
4 Replies

PHP Blade and Views

What is the different between {{ }} and {!! !!} ??

0 Likes
3 Replies
Solved

Double Pagination in one page

Greetins, I want to make a double pagination for my backend index view, I try with [this solution]](...

0 Likes
0 Replies

<code> tag in blade

I want to use <code> tag within a blade template that shows php and if I add the <?php ?>...

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.

© 2025 Laravel.io - All rights reserved.