Support the ongoing development of Laravel.io →

785 Threads

Form Request to validate in my API Rest

Hi everyone, I'm dealing with this for a long and I really can't find a solution, I'm creating a RES...

0 Likes
1 Replies
posted 9 years ago

Best way to work with custom messages & rules in L5.

I am trying to write a custom error message for the "required" validation rule in L5. I kn...

0 Likes
2 Replies
Solved

Get user by name

Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...

0 Likes
1 Replies

Convert value password to md5 on MySQL and About database

it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...

0 Likes
2 Replies

Laravel - Validate duplicate entity at bulk insertion.

Code Sample: $numberOfCode = 20; for ($i = 1; $i <= $numberOfCode; $i++) { $insArr[]...

0 Likes
0 Replies

POST request sends me to home page after add a FormRequest

I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...

0 Likes
2 Replies

Laravel5 - validation: ignore a given id for multiple uniqueness condition

I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...

0 Likes
2 Replies

ipa or iOS application archive file validation

How could I validate ipa files in laravel 5.2?

0 Likes
0 Replies

when i import the excel sheet using maatwebsite, showing the error message “Call to undefined function: simplexml_load_string()”

i have use the import excel sheet using maatwebsite in local. its working fine. but live server its...

0 Likes
1 Replies

Override Login Response

I'm trying to override the default login response when a user enters an incorrect email/password. In...

0 Likes
1 Replies
Solved

can't send mail from my web application, and no errors

Hi I am trying to send a contact us mail with attachment, when I submit the form, it just comeback w...

0 Likes
2 Replies

Laravel 5.3 Add Validation rule to login and password reset

I am stumped on how to add a custom validation rule to the login controller and forgot password cont...

0 Likes
0 Replies

Laravel 5.x CustomHash

im doing it for learn about make changes in the hash/encriptions methods creating my own because som...

0 Likes
0 Replies

renaming "attribute" by lang in validation message

Hi, I start with sample code. This is part of form: <form> <input type="name&quo...

0 Likes
1 Replies
Solved

authentication to an Angular 2 app.

Hey there guys! I’ve been using Angular 2 ''HTTP requests in Angular 2 apps'' tutorials to help me s...

0 Likes
0 Replies

PHP GuzzleHttp . how to upload the image file using guzzlehttp in laravel 5.2?

How make post request with GuzzleHttp( version 6.0 ). I am trying do the following and getting error...

0 Likes
1 Replies
Solved

Dynamic content being deleted if validation fails

Hello everyone, First of all, what a great community Laravel.IO is. I have found many answers to my...

0 Likes
0 Replies

SHOW STATUS COMMAND BY CONEXION SSH IN VIEW SHOW BLANK PAGE

I NEED SHOW IN MY BY STATUS COMAND FRON 3 HOST ALL IS OK IF USE ECHO TO SEE THE VARIABLE BUT TO SHOW...

0 Likes
0 Replies

Laravel 5.1 + Entrust - Extra permission, which not belong to role

Good day! I was Googling a few hours but I can't find any information about how to extend Zizaco Ent...

0 Likes
2 Replies

Laravel 5.2 api login error

Hi All, I'm using laravel 5.2 to develop an api When trying to login using Auth::guard('api')->a...

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.