Support the ongoing development of Laravel.io →

785 Threads

Validating route parameters in form requests

Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...

0 Likes
1 Replies

Call to undefined method Illuminate\Database\Query\Builder::findBySlugOrFail() -- Please Assist

<?php namespace App; use Cviebrock\EloquentSluggable\Sluggable; use Illuminate\Database\Eloquen...

0 Likes
0 Replies

Check if requested object is null

Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...

0 Likes
3 Replies

Laravel Register didn't Create New Data

I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...

0 Likes
3 Replies

Laravel large size image upload validator not work

I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...

0 Likes
0 Replies

Validating and storing checkboxes

I'm building a quote form and need help passing data into my controller for validation. I have the f...

0 Likes
0 Replies

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

How to make where() restrictions on resourceful routes

Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...

0 Likes
2 Replies
Solved

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

Password confirm does not work

Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...

0 Likes
6 Replies
Solved

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

Google ReCaptcha

Basically I'm using this guide to get recaptcha on my website. Ran composer update and all but when...

0 Likes
5 Replies
Solved

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

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.