Laravel 5.3 tutorials #21 Route group

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Best tutorial vids around.
im waiting for the next vids

hendratsasongko
Автор

Good job. Hope to see more videos in the future)

ScreenEMU
Автор

Watching all your vids, they are pretty good!

RealPoke
Автор

your are brilliant ! very thank for your dedication

林緯-bn
Автор

Waiting for the tutorial on multiple user authentication 😀

genetessaquino
Автор

for me i use this in controller of the pages
public function __construct()
{
$this->middleware('auth');
}


good thing is you can do it by many ways, thanks for new method

haythemradhoini
Автор

I like your video, but how can i separate access for two users groups? f.e. parent and child, but parent can see only profile own child, not someone else's child?

handsome_maxim