Support the ongoing development of Laravel.io →

786 Threads

Custom Auth with Laravel 5.1

Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...

0 Likes
3 Replies
Solved

Blueimp after unsuccessful validation

Hello, I would like to ask how to handle Blueimp already uploaded images after unsuccessful validati...

0 Likes
1 Replies
Solved
posted 9 years ago

CustomValidator not found

Class CustomValidator does not exist I have been trying to implement custom validation rules, and ha...

0 Likes
4 Replies
posted 9 years ago

Alpha Num Not Working

Here is my controller code; $fields = ['country','county','gor','locauth','parlc']; $rules = []; for...

0 Likes
0 Replies

Using Emberjs in Laravel 4

hello laravel community hi, im still new in using laravel, and im trying to use ember js. I've tried...

0 Likes
9 Replies

laravel 5 middleware with parameters

I'm an absolute beginner in Laravel 5. I've created a middleware class called BeforeMiddleware the b...

0 Likes
0 Replies
posted 9 years ago

Checking the value submitted exists in a table using the validation rule "exists"

The docs for L4.2 show examples of how to use exists with values for a 'where' clause when checking...

0 Likes
1 Replies

Form Request Validation saying no fields are present

I'm posting data to a Laravel controller using a XMLHttpRequest() to send FormData(), and trying to...

0 Likes
1 Replies

Stop validating when required_with returns false

Hello, I have 2 fields : amount (text) and currencies (select). Here's an extract of my validation '...

0 Likes
0 Replies

php artisan down except own ip

Currently i am using Laravel5. My question is if if i use the Maintenance mode with php artisan...

0 Likes
1 Replies

Validation Redirects (on Error) - How to test if it is an error Redirect?

Hello, when doing a validatoin in the controller with $this->validate( $request, $rules); Laravel...

0 Likes
0 Replies

all method are not found

all method are missing except for Input::get please help me i dont know what to do its almost 3 days...

0 Likes
3 Replies

How can I show a photo from the database?

The photo is saved in the database with a form based on the User model which I've changed. It is sav...

0 Likes
6 Replies
posted 9 years ago

Remember image upload after validation

Hi, I've been reading a lot about how to remember a file upload after validation.. I tried setting t...

0 Likes
1 Replies

Validation not working

Hello, I'm having trouble with my validation. I'm sending this JSON: { "promotor": {...

0 Likes
1 Replies

A better way to make this?

Hello, I am looking to improve my code for better performance, how would you optimize this code: pub...

0 Likes
3 Replies

Automatically Populating PATTERN and REQUIRED Attributes

I've recently started using Laravel and am now learning how to build forms. Before Laravel, I built...

0 Likes
0 Replies

Ardent like package for Laravel 5?

Dear All, Yesterday I take a look on Laravel 5 (which is already late), been using Laravel 4.2 in th...

0 Likes
3 Replies

Auth::attempt() in Login form not working

This is my login form and my AuthController : //AuthController(postLogin method) public function pos...

0 Likes
3 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.