you are best teacher i found in youtube. now days i have fallen in love laravel because of you dude..
@JacurtisTutorials7 жыл бұрын
That is awesome to hear.
@moe-alhakeem7 жыл бұрын
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
@mohammedhaadi28727 жыл бұрын
its hardy from Ghana. i realy love ur tutorials
@VURGINN7 жыл бұрын
Keep up the great work 🙃
@JacurtisTutorials7 жыл бұрын
Thanks
@sandeepbanerjee27347 жыл бұрын
Thank you, I am waiting for your tutorials, Thank you for your help.
@diegofelix97387 жыл бұрын
You’re an awesome teacher!
@JacurtisTutorials7 жыл бұрын
Thank you
@mr.nobody33807 жыл бұрын
Thank you Raphael, it worked perfectly, to be honest I was unaware they are preset.
@jackvu.hustle7 жыл бұрын
I love you so much, hope that you keep going in the future
@FatoomFayad7 жыл бұрын
Thanks a lot and keep up the great work
@clebeadeveloper61817 жыл бұрын
Great Job! ❤️
@juanrincon65767 жыл бұрын
Amazing job
@zeeshanyshaikh7 жыл бұрын
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.
@vtvvnha22307 жыл бұрын
thank you for your every detail step :)
@JacurtisTutorials7 жыл бұрын
Youre welcome
@mr.nobody33807 жыл бұрын
Thank you Raphael it worked
@walkinginthedarkness45406 жыл бұрын
starting from Laravel5.5 you can do this: Route::redirect('/', '/dashboard');
@kakolisaha9816 жыл бұрын
you save my day
@hamedat95377 жыл бұрын
Hi Alex, what packages and themes are installed in ur atom? I like ur theme😻
@JacurtisTutorials7 жыл бұрын
I will do a video on this
@AlcidesMurilloSEO_PPC7 жыл бұрын
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_rasta6 жыл бұрын
Hey Alex somehow the sidenav/manage-menu won't appear in my dasboard but in all of my auth pages :/
@sharbelchris6 жыл бұрын
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'); });
@agamurat30195 жыл бұрын
my logout deosnt work.. The GET method is not supported for this route. Supported methods: POST.
@patrickjohnobsina45996 жыл бұрын
I have an error on middleware at web.php, it says: ReflectionException (-1) Class LZTSDixVHjTGXffS41y2HPDkCqQhu5yRJV does not exist. on manage page.
@josephkiehna89586 жыл бұрын
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?
@eliseumds5 жыл бұрын
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.
@iera0007 жыл бұрын
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?
@JacurtisTutorials7 жыл бұрын
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.
@iera0007 жыл бұрын
DevMarketer Thanks a lot! you are the best
@harisvossler7 жыл бұрын
fantastic :D
@JacurtisTutorials7 жыл бұрын
Thank you
@harisvossler7 жыл бұрын
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
@dextersinister67047 жыл бұрын
I second this!
@juanrincon65767 жыл бұрын
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?
@ylebrac7 жыл бұрын
No, the same for me...
@mr.nobody33807 жыл бұрын
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?
@raphaelpereira70917 жыл бұрын
The preset passwords for all accounts are "password"
@JacurtisTutorials7 жыл бұрын
The password for all of the accounts is "password"
@raymondmichael49877 жыл бұрын
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!!?
@inigofernandezgarcia7 жыл бұрын
Remember that Laratrust use @app.com.. admin@app.com - password. Anyway you can change it in the migration/seeds
@otavioaugustoaraujo7 жыл бұрын
What is the superadministrator default password?
@otavioaugustoaraujo7 жыл бұрын
Tommy Harty Thanks
@berzelbtumbude37597 жыл бұрын
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.