Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...
Hello, I would like to ask how to handle Blueimp already uploaded images after unsuccessful validati...
Class CustomValidator does not exist I have been trying to implement custom validation rules, and ha...
Here is my controller code; $fields = ['country','county','gor','locauth','parlc']; $rules = []; for...
hello laravel community hi, im still new in using laravel, and im trying to use ember js. I've tried...
I'm an absolute beginner in Laravel 5. I've created a middleware class called BeforeMiddleware the b...
The docs for L4.2 show examples of how to use exists with values for a 'where' clause when checking...
I'm posting data to a Laravel controller using a XMLHttpRequest() to send FormData(), and trying to...
Hello, I have 2 fields : amount (text) and currencies (select). Here's an extract of my validation '...
Currently i am using Laravel5. My question is if if i use the Maintenance mode with php artisan...
Hello, when doing a validatoin in the controller with $this->validate( $request, $rules); Laravel...
all method are missing except for Input::get please help me i dont know what to do its almost 3 days...
The photo is saved in the database with a form based on the User model which I've changed. It is sav...
Hi, I've been reading a lot about how to remember a file upload after validation.. I tried setting t...
Hello, I'm having trouble with my validation. I'm sending this JSON: { "promotor": {...
Hello, I am looking to improve my code for better performance, how would you optimize this code: pub...
I've recently started using Laravel and am now learning how to build forms. Before Laravel, I built...
Dear All, Yesterday I take a look on Laravel 5 (which is already late), been using Laravel 4.2 in th...
This is my login form and my AuthController : //AuthController(postLogin method) public function pos...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community