I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...
I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...
I'm building a quote form and need help passing data into my controller for validation. I have the f...
I’m having an issue with a file upload. I’m getting the following error in my laravel log. [2016-12-...
This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...
I have a html form communicating with Laravel with AJAX requests. form data is validated in server-s...
I created a simple login with middleware to check the session username and password. for details can...
I created an web app which it uses laravel default registration, I've tested passport oauth2 client...
Hello guys, How do I fix this error, everytime I created a thread and paste my codes in the body. Th...
As requested by Mr. Mohammad Said on Github , I am writing my question here.... :) Laravel Version:...
I want to login with username or email or both and password in laravel 5.3. How can I achieve this?
I've been stuck in a kind of bug for 2 days so far and I'm really desperate. I'm trying to validate...
This is my post request validator for a form <?php namespace App\Http\Requests; use App\Http\Re...
Hello. I'm new to Laravel and I am developing a site for a university and need to login to be done t...
Hi everyone, I'm dealing with this for a long and I really can't find a solution, I'm creating a RES...
Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...
it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...
Code Sample: $numberOfCode = 20; for ($i = 1; $i <= $numberOfCode; $i++) { $insArr[]...
I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...
I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...
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