Laravel 9 Ecom - Part 55: User CRUD with Roles in Admin Dashboard in Laravel 9 CRUD

preview_player
Показать описание
In this video, I have taught how to add users, edit & update users & delete users. While Adding or Updating users we are also setting up the user role too in laravel 9.

Рекомендации по теме
Комментарии
Автор

Thank you for explaining this thoroughly!

alvincedricklozada
Автор

Thanks so much for this excellent series. I'm struggling to understand why the arguments\parameters for the edit functions of category, products and users are each done differently.

rxlzyzf
Автор

you are the best ❤❤
Please please🙏🙏, I need an explanation about the programming of the registration and login forms and how to download the code for a WordPress-based site

Dilo_shihabe
Автор

you are the best
Good evening please a playlist on an E-learning project with subscription system. Thank you

bakarykante
Автор

Great tutorial
Is it possible to add roles and permissions to this project? that would be great.

salamahmad
Автор

You can change validation to ignore certain email by passing user id like this
// email validation
'email' => ['required', 'string', 'email', 'max:255', Rule::unique('users')->ignore($user->id)],
And import this on top - use Illuminate\Validation\Rule;
Of course you have to get user before that - $user = User::findOrFail($userId);

vladimirsarac
Автор

Will you please add coupon code system?

JohnDoe-pzys
Автор

can u make a quiz sistem with random questions ?

adriannicu
Автор

The POST method is not supported for this route. Supported methods: GET, HEAD. This error pop up when I click save button please help

videonirold