Laravel - Create Blog and Admin Panel | Permissions for Admin User CRUD #26

preview_player
Показать описание
Create Best Blog with Admin panel on Laravel, Create Admin User permissions CRUD part.

You May Also Like

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

LARAVEL 5.4 Tutorial | Cara Instal LARAVEL 5,4 dari awal Part 1 | Bitfumes

Laravel 5.4 Tutorial | Come installare laravel 5,4 da zero Parte 1 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

At 17:29, in the edit function, you are given $permission object via injection. I don't understand the line 69: $permision = Is it really needed? Why are you query the database since you already have the object (and you are using it's id)?

sotiristsakiridis
Автор

"php artisan migrate" gives error and "php artisan migrate:refresh" will delete all the data.so what is the posible solution for it sir?

ishratali
Автор

how to write this SQL code in laravel using model and cotroller?
"SELECT * FROM CUSTOMERS WHERE DEPARTMENT = 'FINANCE' ";

pravegshrestha