Support the ongoing development of Laravel.io →

629 Threads

Is it possible to do multiple file uploads using Form Requests?

I'm building a file uploader on a project and plan to use the Form Request feature. Is it possible?

0 Likes
0 Replies

Validate Multiple/Nested/1:n models at once in one form

Hi, I have this huge form divided in several models. These are my models: class Formato extends Mode...

0 Likes
0 Replies
posted 8 years ago

Custom function to sanitize data received in xml feed

I have access to a secure xml feed and I want to know what I should add to the function below to mak...

0 Likes
0 Replies

Need advice from programer...

Im creating simple kiss system need someone to ask about advice fixing things... Skype: cuemur

0 Likes
0 Replies

Using two Custom Requests in Controller

Hi, I can't find a similar question. I've a Controller Class named UsuarioController.php with the me...

0 Likes
1 Replies
posted 8 years ago

Validate multidimensional array (5.2)

Hi! I'm struggling with a validation issue. Ive this set of data: [questions] => Array (...

0 Likes
0 Replies

internal error 500 in ajax token already pass

I have some similar same logic in ajax but this one always get internal error 500 i already pass the...

0 Likes
0 Replies

Overriding EloquentUserProvider to change password field name in validateCredentials()

I've managed to change the password field in the code through overriding various classes/methods. Bu...

0 Likes
0 Replies

handling error in inputing data

Hi, I'm new with Laravel, so im writing a comment form that using hidden input which value is user-&...

0 Likes
1 Replies

Upload image on edit profile information.

I have existing image on profile information then i don't want to change it. If i update my profile...

0 Likes
0 Replies

Second parameter missing for update method.

Hi I've a path registered Route::patch('addressbook/edit', [ 'as' => 'addressbook.edit',...

0 Likes
1 Replies

Validate relationship

I should validate if relationship exit when i create an enrtity. Example: A "Role" should...

0 Likes
0 Replies

Problem in handling VALIDATIONS and ERROR MESSAGE in form

This is the problem that I encounter Undefined variable: errors (View: /var/www/html/laravel.com/res...

0 Likes
1 Replies

Accessing properties of nested objects

I'm trying to access an attribute of a nested object: $company->order()->first()->customer(...

0 Likes
1 Replies

Custom validator

Hello, I have a custom Validator where i want to check items in an array that are passed to the vali...

0 Likes
0 Replies

Former with Bootstrap? Delete Confirm

I wrote a formular in Laravel ( PHP Framework ) and this formular gets some data and send them with...

0 Likes
1 Replies

Catching unique constraints on mass/chunked insert?

I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...

0 Likes
0 Replies

Laravel 5: Before redirct set validtion error to view page

i am calling the form from ajax and after submitting the form, validation error message not showing,...

0 Likes
6 Replies

Custom Validator Error

Hi Guys, I'm trying to centralize validation rules. I want to re use it every time i validate a form...

0 Likes
0 Replies

changing the default login page of laravel 5.2

What other pages do I need to change in order for my changes in the default login page of laravel to...

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.