greetings, this question is not really about laravel, but more about unit testing with laravel, i'm...
In Laravel 5, I notice that whenever I have a form in which I wrote in plain HTML, instead of using...
When I am creating a new entry and leave at least one field to error out then submit the form, upon...
Hi guys, Can you show me a simple controller codes that validates data from view. I tried validating...
Laravel Javascript Validation allows to reuse your Laravel Validation Rules, Messages, FormReq...
Hi there! So I'm using FormRequest like so: public function save(MailRequest $request) And validati...
I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...
I'm trying to make a form on which I have a "select" field where I do have this: <selec...
I recently upgraded to laravel 5 and I have encountered my first problem. I noticed laravel 5 has a...
please explain with an example for me what does $request->ajax() do?
Hi, I search a way to use the new L5 form request validation for validate an array of posted files....
Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...
configuration of mail.php <?php return array( 'driver' => 'smtp', 'host' => 'smtp.man...
Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....
Hello, I am using Laravel 4.2 to develop a web application for teachers. I have a User model that c...
hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?
Laravel 5 file validation is unable to validate Microsoft Excel 97-2003 Worksheets with XLS extensio...
Where can I adjust the redirect after a "/password/email" submit to the password controlle...
Hello there. I want to create a multi site with multi languages support. All`s good for now: i cre...
Hi , I have a form in my blade.php and a text input field in it which takes a space(' ') by default...
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