Configuring Laratrust - Build an Advanced Blog/CMS (Episode 11)

  Рет қаралды 24,418

DevMarketer

DevMarketer

Күн бұрын

Пікірлер: 48
@sarojsardar3590
@sarojsardar3590 7 жыл бұрын
you are best teacher i found in youtube. now days i have fallen in love laravel because of you dude..
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
That is awesome to hear.
@moe-alhakeem
@moe-alhakeem 7 жыл бұрын
I literally had no interest to go advance in laravel but since you're teaching it I paused my other work and started following this :D
@mohammedhaadi2872
@mohammedhaadi2872 7 жыл бұрын
its hardy from Ghana. i realy love ur tutorials
@VURGINN
@VURGINN 7 жыл бұрын
Keep up the great work 🙃
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
Thanks
@sandeepbanerjee2734
@sandeepbanerjee2734 7 жыл бұрын
Thank you, I am waiting for your tutorials, Thank you for your help.
@diegofelix9738
@diegofelix9738 7 жыл бұрын
You’re an awesome teacher!
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
Thank you
@mr.nobody3380
@mr.nobody3380 7 жыл бұрын
Thank you Raphael, it worked perfectly, to be honest I was unaware they are preset.
@jackvu.hustle
@jackvu.hustle 7 жыл бұрын
I love you so much, hope that you keep going in the future
@FatoomFayad
@FatoomFayad 7 жыл бұрын
Thanks a lot and keep up the great work
@clebeadeveloper6181
@clebeadeveloper6181 7 жыл бұрын
Great Job! ❤️
@juanrincon6576
@juanrincon6576 7 жыл бұрын
Amazing job
@zeeshanyshaikh
@zeeshanyshaikh 7 жыл бұрын
Hey Alex, first of all thanks for your awesome videos. I have a doubt, you added roles in routes file so that only users with those roles can see the manage part but that's hardcoded right? What if new roles are added dynamically (via UI) then how to add those roles? Thanks.
@vtvvnha2230
@vtvvnha2230 7 жыл бұрын
thank you for your every detail step :)
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
Youre welcome
@mr.nobody3380
@mr.nobody3380 7 жыл бұрын
Thank you Raphael it worked
@walkinginthedarkness4540
@walkinginthedarkness4540 6 жыл бұрын
starting from Laravel5.5 you can do this: Route::redirect('/', '/dashboard');
@kakolisaha981
@kakolisaha981 6 жыл бұрын
you save my day
@hamedat9537
@hamedat9537 7 жыл бұрын
Hi Alex, what packages and themes are installed in ur atom? I like ur theme😻
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
I will do a video on this
@AlcidesMurilloSEO_PPC
@AlcidesMurilloSEO_PPC 7 жыл бұрын
Hi Alex; First of all thanks for your tutorials. You are the man. Second of all I have a problem getting Chrome to read the style sheets and the javascript. I was using Chrome from the beginning and I noticed that my Javascript was not working unless I write it on the page that I was viewing. Then I tried Safari and everything was working perfectly. Do you know anything about this issue? Thanks again
@sad_rasta
@sad_rasta 6 жыл бұрын
Hey Alex somehow the sidenav/manage-menu won't appear in my dasboard but in all of my auth pages :/
@sharbelchris
@sharbelchris 6 жыл бұрын
hello... am experiencing a problem in the middleware of laratrust roles i.e in the routes (web.php)... if i remove the middleware it works but i need it to restrict... so just asking is something wrong in this code? why is it bringing an error of HttpException? please help !!!! Route::group(['prefix' => 'manage', 'middleware' => ['role:superadministrator|administrator|editor|author|contributor']], function() { Route::get('/', 'ManageController@index'); Route::get('/dashboard', 'ManageController@dashboard')->name('manage.dashboard'); Route::resource('/users', 'UserController'); });
@agamurat3019
@agamurat3019 5 жыл бұрын
my logout deosnt work.. The GET method is not supported for this route. Supported methods: POST.
@patrickjohnobsina4599
@patrickjohnobsina4599 6 жыл бұрын
I have an error on middleware at web.php, it says: ReflectionException (-1) Class LZTSDixVHjTGXffS41y2HPDkCqQhu5yRJV does not exist. on manage page.
@josephkiehna8958
@josephkiehna8958 6 жыл бұрын
How does the login button work? I went and looked at the repo and there is no type="submit" or anything on that button. How is this functional?
@eliseumds
@eliseumds 5 жыл бұрын
You've probably have found out why by now, but for others who may see this: most browsers assign the default type "submit" to buttons.
@iera000
@iera000 7 жыл бұрын
Hey Alex, first of all, thank you so much for this, i was looking for it for a long time kkkkk, but I have one question, is there any problem or conflict to use auth middleware and role middleware together in the group? so I can redirect the user to the login page if he isn't logged in?
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
No there shouldnt be a conflict there. I would make sure to call the auth middleware first, and then the role middleware after that. That way you redirect a user that is logged out.
@iera000
@iera000 7 жыл бұрын
DevMarketer Thanks a lot! you are the best
@harisvossler
@harisvossler 7 жыл бұрын
fantastic :D
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
Thank you
@harisvossler
@harisvossler 7 жыл бұрын
Maybe you should make a premium advanced laravel tutorial on udemy. So I can really appreciate your hard work to make us a better programmer
@dextersinister6704
@dextersinister6704 7 жыл бұрын
I second this!
@juanrincon6576
@juanrincon6576 7 жыл бұрын
I deleted on bulma default.scss the overflow: hidden from body, when i hover the mouse on the dropdown all my nav scolls :S it was just me?
@ylebrac
@ylebrac 7 жыл бұрын
No, the same for me...
@mr.nobody3380
@mr.nobody3380 7 жыл бұрын
quick question - I tried logging in a super-administrator, but don't have the password, so what is it and where can I find it?
@raphaelpereira7091
@raphaelpereira7091 7 жыл бұрын
The preset passwords for all accounts are "password"
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
The password for all of the accounts is "password"
@raymondmichael4987
@raymondmichael4987 7 жыл бұрын
I know um too late but, I'll ask anyway; I can't register new user nor login any premade users (superadmin, or any) using the password "password", What am I doing wrong here!!?
@inigofernandezgarcia
@inigofernandezgarcia 7 жыл бұрын
Remember that Laratrust use @app.com.. admin@app.com - password. Anyway you can change it in the migration/seeds
@otavioaugustoaraujo
@otavioaugustoaraujo 7 жыл бұрын
What is the superadministrator default password?
@otavioaugustoaraujo
@otavioaugustoaraujo 7 жыл бұрын
Tommy Harty Thanks
@berzelbtumbude3759
@berzelbtumbude3759 7 жыл бұрын
Hey alex, im really grateful for your videos man. Watched the How to Build a blog with laravel for beginners and currently working on my own blog www.berzelbtumbude.me. Thanks man for all the time you put in this. Great Work broe.
@emansaymeh7119
@emansaymeh7119 7 жыл бұрын
What is the superadministrator default password?
@JacurtisTutorials
@JacurtisTutorials 7 жыл бұрын
password
User CRUD - Build an Advanced Blog/CMS (Episode 12)
40:08
DevMarketer
Рет қаралды 26 М.
Teams, Roles and Permissions in Laravel8 with Jetstream
16:40
WebDevMatics
Рет қаралды 26 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Early FAQ's - Build an Advanced Blog/ CMS from Start to Finish
23:30
How I Coded An Entire Website Using ChatGPT
18:22
Nick White
Рет қаралды 1,9 МЛН
Началось! Обвал цен на немецкую тройку в Китае.
15:02
CRUD for Roles - Build an Advanced Blog/CMS (Episode 14)
41:12
DevMarketer
Рет қаралды 15 М.
Using Subdomain in Laravel for Staging, Beta, and Live Servers
28:49
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН