Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...
Hello, I have 3 pages. First page with a simple form Second page with a more advanced form. After f...
Hi, I'm posting 2 inputboxes in my app which are both numeric. I want my validator to to this : if f...
I got an error when i want to validate an unique username using Boostrap FormValidation remote. Belo...
I can not update unique field public function rules() { return [ 'nickname'...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
I am using laravel-5.4 make:auth . Added one extra field in user table -> profile picture in view...
Hello, in laravel 5.4 setting rule for unique name like $rules = array( 'name' => 'r...
Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...
Is it possible to define a custom message for the exists:table,id rule? I tried the following public...
Hi.. i am new in Laravel environment and i just met problem in my first application. I made a page f...
Hello, I am looking for someone that can sit with me on skype and TeamViewer, and help me develop an...
Is this considered a bug in Laravel? Make a validator and require the field to be a string. It corre...
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...
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