Existuje: kategorie, id kromě hodnoty laravel

Příklady kódu

0
0

existuje: kategorie, id kromě hodnoty laravel

There are two solutions that i found on the search

1. use laravel form select and prepend the null value in starting 
{!! Form::select('parent_id', $category_list->prepend('Select a parent (optional)', ''), $category->parent_id, ['class' => 'form-control']) !!}

2. Or use `sometimes` validation
  'email' => 'sometimes|required|email',
This will check if the value resides in the the data or column selected

Související stránky

Související stránky s příklady

V jiných jazycích

Tato stránka je v jiných jazycích

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................