Is this considered a bug in Laravel? Make a validator and require the field to be a string. It corre...
I'm currently developing my own app and I got stuck at the login part, it does work fine, however I'...
Ok I am having this problem for a week now. I am following the naming convention of our company in c...
In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...
I have notice that Throttles in Laravel 5.3 are different then 5.2 while I was trying to write my ow...
Laravel Version: 5.4 PHP Version: 5.6.24 I have wrapped an executable inside an image which has th...
I want to live check username availability and existing email using jquery remote method . can anyon...
I've got a published website, since yesterday it did look to be fine. Yerstrday and today instead, I...
I have a form with 4 fields. But according to requirements. If 'Message' field is set, then user can...
I don't see a support channel for the site so I'll start a new thread. I received the not found page...
I'm trying to validate unique title for specific book_id it means is should be unique only specific...
Hi To be fair Im just starting to look into Laravel. The end goal is to have different schools to lo...
Hello, Please help me, this is the error that i get when i execute this php artisan make:request Pro...
i try make button disabled if not expired but after expired button not function like disabled not en...
Dear, I ran into a issue with laravel I want to 'compare' dates. This to creatae a appointment, but...
with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...
I'm using laravel 5.4 to make a custom form validation. But why is the custom error message isn't di...
Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...
i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...
How can I have a unique validation rule on 2 fields? a. The application should not allow two people...
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