Support the ongoing development of Laravel.io →

629 Threads

production.ERROR: exception 'Exception' with message 'Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed'

I’m having an issue with a file upload. I’m getting the following error in my laravel log. [2016-12-...

0 Likes
4 Replies

Laravel 5.2+ date before and after date validation not working

This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...

0 Likes
1 Replies

validation errors in response to ajax request are sent as text/html

I have a html form communicating with Laravel with AJAX requests. form data is validated in server-s...

0 Likes
3 Replies

Custom Simple login by using the session Laravel 5 not use Authentication

I created a simple login with middleware to check the session username and password. for details can...

0 Likes
0 Replies

How to create oauth access token in register controller

I created an web app which it uses laravel default registration, I've tested passport oauth2 client...

0 Likes
0 Replies

Bod contains spam?

Hello guys, How do I fix this error, everytime I created a thread and paste my codes in the body. Th...

0 Likes
3 Replies

Custom Validation For Required With & Fields as Parameters

As requested by Mr. Mohammad Said on Github , I am writing my question here.... :) Laravel Version:...

0 Likes
0 Replies

How to login with username or email or both and password in laravel 5.3

I want to login with username or email or both and password in laravel 5.3. How can I achieve this?

0 Likes
1 Replies

How to display errors for multiple files array validation properly?

I've been stuck in a kind of bug for 2 days so far and I'm really desperate. I'm trying to validate...

0 Likes
0 Replies

Form data not flashing back to view on validation failed

This is my post request validator for a form <?php namespace App\Http\Requests; use App\Http\Re...

0 Likes
9 Replies

Authentication by registration number

Hello. I'm new to Laravel and I am developing a site for a university and need to login to be done t...

0 Likes
1 Replies

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

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

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

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.