Laravel Livewire Wizard: Multi-Step Form Package

preview_player
Показать описание
Today I'm reviewing a new package to create multi-step forms with the TALL stack.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Hi Povilas, thank you for the tutorial of my package. For email unique validation instead of that you can use Rule::unique('users', 'email').

vildanbina
Автор

for 4:25 You can use unique:users, email for that validation to use email column. Respect from Pakistan.
and I remember you yourself have shot that tutorial as well.

nabeelyousafpasha
Автор

I was recently working in this feature, useful for me 🔥

khizer
Автор

4:20 old unique rule assumes that the key is the unique field in the DB.

Автор

would be like this:
'state.email' => 'required'|'email'|'unique:users, email']

MaximilianoBernasconi
Автор

Please what is the name of that extention that fill automatically the form fields for testing

yassirwahid
Автор

What is the most elegant way to store and show some models in different timezones? If users have different timezones (in the timezone column) and have schedules in the Schedule model. I decided to use the UTC timezone for the default app timezone, but in the JSON Resources application converts UTC time to the user's timezone, and in FormRequest in the prepareForValidation method, it will convert the user's entered time into the UTC timezone. Another way is by using getters and setters in the Schedule model. Which one do you prefer and consider to be the most elegant? Thank you!

ZhanOmar
Автор

But how to add inside popup like bootstrap?

ravivgolov
Автор

Anything similar for inertiajs plus vue?

MarcoMasi-masiorama
Автор

have you laravel multi role login system

kprakash
Автор

Regarding the validation "issue" - are you using the "unique" rule for the first time? I expected more...

radoro
Автор

I face an issue with select2 fields, when i move back to previous step. Anyone faced this ?

ridamakhchan