Support the ongoing development of Laravel.io →

2,389 Threads

Not all data is sent to database

I am using this in my controller to grab all of the input data from the form, however only two out o...

0 Likes
2 Replies

Posting using jquery revamped

Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...

0 Likes
5 Replies

Validation on Arrays

Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...

0 Likes
0 Replies

Redundant calls to Illuminate\Routing\Router->prepareResponse()

Looking into how the Exception-driven Controller validation works, I noticed nested calls in Illumin...

0 Likes
0 Replies

Laravel5 Edit Existing Value on a Form

Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....

0 Likes
2 Replies
Solved

Laravel 5 - Routing with optional prefixes

I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...

0 Likes
1 Replies

Boosting image serving performance

I am currently trying to improve the performance of my Laravel application. The average response tim...

0 Likes
5 Replies
posted 9 years ago

Form Update

Hi everyone, i have to update some post and, to do that, i'm using this form with PATCH method. <...

0 Likes
2 Replies
Solved

save() don't work on polymorphic retlation

Hi, I want to save records for polymorphic tables. <?php namespace App\Commands; use App\Command...

0 Likes
0 Replies
posted 9 years ago

Copy images

Hi All i have an issues with copy images from one position to another position public function uploa...

0 Likes
0 Replies

I am so new to Lavarel/PHP and I cant find the error. Please Help

Hi, Basically I have a CRM system designed with Lavarel. What i am trying to do is Selecting some co...

0 Likes
1 Replies

Trying to find a solution (dynamic setting), I don't know how to describe it in one sentence

Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...

0 Likes
4 Replies

Lumen CORS 405 Response

Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...

0 Likes
2 Replies
Solved

JSON post response is undefined/empty laravel 5

in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...

0 Likes
3 Replies

Modify Input before validation

Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...

0 Likes
6 Replies

laravel 5 built in scaffolding tried to use username instead of email error

I already created a column username and fill it in the users table that was used with the laravel 5...

0 Likes
3 Replies
Solved

HTTPS not being detected

I'm connecting over https with my browser, and in my middleware class when I call $request->secur...

0 Likes
1 Replies
Solved

Laravel 4.2 Routes Firing Twice

Not sure what is up but my routes keep getting called twice. I have erased them all and just used th...

0 Likes
0 Replies

Middleware not being used on custom 404 page

I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...

0 Likes
1 Replies
Solved

Is it possible to validate array max elements number by standard validators?

class TestRequest extends Request { public function rules() { // Is it possible to u...

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.