Assalam O Alaikum Whether you like or dislike this video, please don't forget to share your feedback in the comments section. Your feedback helps improve the video quality. Thank you
@rasheedkhan713 жыл бұрын
when i click on reset password after submit form get this error...
@qamarshahzad57194 жыл бұрын
great tutorial , with great men , well done sir
@saurabhsharma4884 жыл бұрын
Very good tutorial. I have learnt a lot from this video series. Please make a tutorial on Laravel 5.8 authorization as well.
@farajabbas74594 жыл бұрын
Asad bhai ❤️
@Rohitkumar-vq1yk3 жыл бұрын
thank you sir ...
@abubakkartahir99714 жыл бұрын
Great Job Man, you are Too Good in programming you teach method is too good everyone can easily understand I have watch multi auth system but no one can explain like you Allah Make Happen a lot of success and happiness in your life just one question sir can you make a video that explain prefix, namespace, group, name, etc with the route hope you get my point
@assadullahch19604 жыл бұрын
These are the tiny things by the way and they can easily be learnt through Laravel documentation. Prefix - a word, letter or something placed before some word. Take this example: Prefixing the word with "aaa": aaaDuck aaaMan aaaFox You see the word Duck, Man and Fox are being prefixed by "aaa" The same logic can be applied to pretty much any type of string. Take this URI example: example.com/admin/login example.com/admin/logout example.com/admin/signup example.com/admin/leave Now you can see the URI segments login, logout, signup and leave are all prefixed with the URI segment "admin" Namespace - a class of elements in which each name is unique to that class. Watch this video to learn this concept: kzbin.info/www/bejne/oGGapaBumN2Ihq8 Group - Literally means what exactly is a group. Example: Pakistan cricket team is a group of 11 players. Class 3 is a group of students. etc... Name - Laravel allows you the give specific names to the specific routes. When you define a named route, you do something like this: Route::get('/admin/login', '')->name('login.url.related.to.admin'); Now If you want to refer to this route as a named route, you will be doing it like this: route('login.url.related.to.admin') Named routes give you a big advantage over the unnamed routes. Suppose you defined 60 on web.php file. You client saw the route formation and he asked you to change them. It will super hard for you to update each route by browsing all the files where they are located. Named routes simplify this dramatically because on your views, you refer to the named route with the same exact name which you define in web.php file and you can change your route easily just by modifying the web.php file and you don't need to check each view and update each route. Hope this all makes sense to you.
@saurabhsharma4884 жыл бұрын
Please make a tutorial on Laravel 5.8 authorization as well.
@sergey_gabrielyan10013 жыл бұрын
I have a question, but it has little to do with this video. I have three user roles - admin, shop owner, shopper. I want to know this structure is correct, for example, the shop owner can only creates products, and the admin can creates shops and products, or the shop owner can also creates shops, I want to know that the structure will be correct, what kind of structure does people mainly use?
@Muslimah-Pakistani4 жыл бұрын
Asad Bhai front end developer bnnay k leay kin laguages pe grip honi chaheay...guide plz. Thnx!
@assadullahch19604 жыл бұрын
HTML5, CSS3, JavaScript. It's good if you know jQuery as well
@Muslimah-Pakistani4 жыл бұрын
@@assadullahch1960 Ok...thnx! JazakALLAH!
@gamingbuddy67124 жыл бұрын
Sir quilljs editor pe ek video banaye.... keise quilljs data database me sava kare with php...
@assadullahch19604 жыл бұрын
OK
@rajabhishek49734 жыл бұрын
Awosem sir.time slot k hisab se booking ho uspe please ek video bana dijiye na
@assadullahch19604 жыл бұрын
Please add more details to your question so I can get the clear picture of what you are requesting me to do.
@rajabhishek49734 жыл бұрын
@@assadullahch1960 sir mujhe aesi system create karni hai k jis date ko vo select karta hai us din ke diffrent time slot aaye aur example 8am-9am to 8pm-9pm book kare sake alag alag time slot k hisab se appointment creat ho us time ke hisab 8am-9am select karr to us time uski appointment creat ho
@@rajabhishek4973 It's super simple by the way if you know PHP basics.
@mgope92504 жыл бұрын
Kya kai upay hai ki mai interviewer ko online apna web development project dikha sakun taki mujhe interview me laptop le jana nahi pade?
@minecraftwordpress674 жыл бұрын
BRO CAN YOU TEL ME WHO I S BEST FOR YOU FREELANCING WORDPRESS YAH LARAVAL WORDPRESS KAM ZAIDA HA LARAVAL KA KAM ZAIDA HA FREELANCING FIELD ME
@assadullahch19604 жыл бұрын
WRONG QUESTION! ALL ARE GOOD IN THEIR OWN WAYS. IF YOU ARE SKILLED AND IF YOU CAN COMMUNICATE WELL, YOU ARE GOOD. THERE ARE TONS OF PROJECTS RELATED TO LARAVEL AND WORDPRESS.
@waqassharif41144 жыл бұрын
Asslam o alikum sir how are you?
@assadullahch19604 жыл бұрын
Walaikum Assalam. Alhamdolillah. HOw are you?
@shibinjohn27924 жыл бұрын
Bhai can you please suggest me any book or any way to master in css....
@assadullahch19604 жыл бұрын
MDN (Mozilla Developer Network) is an excellent textual reference. YOU DON'T NEED BOOKS TO LEARN CSS. ALSO WATCH VIDEOS ON KZbin.
@shibinjohn27924 жыл бұрын
@@assadullahch1960 Thanks a lot bhai.❤
@waqassharif41144 жыл бұрын
@@assadullahch1960 why don't you suggest documentation.
@waqassharif41144 жыл бұрын
@@shibinjohn2792 use w3school and do practice as much as you can
@assadullahch19604 жыл бұрын
@@waqassharif4114 W3Scools is a third class resource as they don't update their content very often. It's way better to use official PHP docs located at www.php.net/
@waqassharif41144 жыл бұрын
Boss facing a problem in laravel no solution could find anywhere, so would you help?
@assadullahch19604 жыл бұрын
Dude its way better to post your question directly instead of asking WOULD YOU HELP ME. Post your question so I can try to help you out.
@mgope92504 жыл бұрын
Is there any process that I can show my web development project to the interviewer without carrying my laptop?
@assadullahch19604 жыл бұрын
You can host them somewhere if you already got some hosting plan.
@imranshabbir35174 жыл бұрын
Assalma O Alaikum, I am facing problem 419 page expired if in case I try to login user and admin in the same browser but in different tabs. Like in one tab user login screen is open and in the second tab admin login screen is open, first, I try to login normal user and user login successfully but when I go to the second tab and try to login admin user, then in this case 419 page expired error is appearing. But If I refresh the second tab mean admin login page before the admin login attempt then admin works fine and login successfully without any error (419 page expired), can you please help me to sort out this issue?
@assadullahch19604 жыл бұрын
Walaikum Assalam. You are not passing CSRF token with your form. Do either of the following: On Laravel version less than 5.6, you need to add the field like this: {{ csrf_field() }} On Laravel version above 5.6, you can use blade directive like this: @csrf
@imranshabbir35174 жыл бұрын
@@assadullahch1960 thanks for help, this problem is fixed. Can you please guide me if the normal user guard is logged in then how I prevent users to view the admin login screen?
@aliafzal15324 жыл бұрын
'code' => 'numeric|min:7' \\\\ 1211 accept kr raha he ya code plz remove error
@assadullahch19604 жыл бұрын
reset cache through php artisan. Run composer dump-autoload -o in your terminal. It should fix this issue.
@aliafzal15324 жыл бұрын
@@assadullahch1960 not solve i think its laravel bug github.com/laravel/framework/issues/3874 read this artical