Email Verification In Laravel 11
8:02
Middleware in Laravel 11
8:05
9 ай бұрын
Localization In Laravel 11
8:39
9 ай бұрын
Date Range Filter In Laravel
6:59
Date Filters in Laravel 10
17:03
Жыл бұрын
Sweet Alert In Laravel
2:21
Жыл бұрын
Fluent String Methods In Laravel
22:14
Пікірлер
@ДенисСопин-ж5п
@ДенисСопин-ж5п 11 сағат бұрын
❤‍🔥
@bayuaria6666
@bayuaria6666 Күн бұрын
Kenapa di saya ga berfungsi ya🤔
@abhizworld9488
@abhizworld9488 2 күн бұрын
thank you so much good video
@kameralperen2334
@kameralperen2334 4 күн бұрын
thanks dude, i am very grateful for this, u saved me.
@habib08m
@habib08m 7 күн бұрын
Perfect! This video just saved my time from wasting with stupid ChatGPT.
@M3g4t0n
@M3g4t0n 11 күн бұрын
Useful tutorial but drop the music, it is annoying...
@afsmos
@afsmos 11 күн бұрын
best ever tutorial in this topic. so long time I've been looking for a short and safe one. thank you for your good job.
@alfredowusu9256
@alfredowusu9256 Ай бұрын
Is this available on GitHub
@jamalamrins601
@jamalamrins601 Ай бұрын
thank so much , this tutorail was helpfull for me, ntks alt
@junevillegas6397
@junevillegas6397 Ай бұрын
how about update the status when the browser has been closed to offline and logout the account is this possible?
@henonymous
@henonymous Ай бұрын
Thanks for the tutorial its very helpful 😊
@mmk9480
@mmk9480 Ай бұрын
Infinite thanks for this tutorial!!! It's perfect. Just a note for other who might run into the same issue as I did with Laravel 11: make sure the Session Middleware runs *before* the LocalizationMiddleware. Otherwise, the locale in the session will be null (the controller runs after the middleware). To do this, add these lines in the "withMiddleware" function in the *bootstrap/app.php* file: $middleware->prepend(\Illuminate\Session\Middleware\StartSession::class); $middleware->append(LocalizationMiddleware::class); Once again, thank you so much for the tutorial!!
@tinaPaiSaMainitNaKape
@tinaPaiSaMainitNaKape 2 ай бұрын
time 18:16 where the front-end code came from? any source please..
@1o1_records
@1o1_records Ай бұрын
Hi. its from the main dashboard page!
@AdhisFachriFadhilah
@AdhisFachriFadhilah Ай бұрын
@@1o1_records where to get it? is it from 21:48 - Home Page?
@AdhisFachriFadhilah
@AdhisFachriFadhilah 29 күн бұрын
@@1o1_records bantu bangg please
@MrHk-j8l
@MrHk-j8l 2 ай бұрын
Whatsaapp pe image show nhi ho rahi hai
@DekanSarwat
@DekanSarwat 2 ай бұрын
thank you
@roshan6253
@roshan6253 2 ай бұрын
Thanks man this helped me alot for my school project. I even managed to to check box finder
@meytii._
@meytii._ 3 ай бұрын
You saved my life. Thank you so much. 🙏🏻🫂
@soyelghosh662
@soyelghosh662 3 ай бұрын
Thank you
@tersosevket2060
@tersosevket2060 3 ай бұрын
nice
@ramilsalayev4217
@ramilsalayev4217 3 ай бұрын
THANK YOUU my friend, you saved me
@marcioclaudiotimoteo1046
@marcioclaudiotimoteo1046 3 ай бұрын
Thanks!!!!
@nishatislam3495
@nishatislam3495 3 ай бұрын
nice!!!❤
@nishatislam3495
@nishatislam3495 3 ай бұрын
yesh! plz more video. its so fun to watch your video and not to mention about your choice of bg song!!! they rocks!!!!❤
@techbar000
@techbar000 4 ай бұрын
thank you
@raysatyabagasputra5507
@raysatyabagasputra5507 4 ай бұрын
stupid
@ZiaUrRehman-b7j
@ZiaUrRehman-b7j 4 ай бұрын
How to send post on Facebook?
@sanjayviper3494
@sanjayviper3494 4 ай бұрын
I got error like faild to send message
@neerajbisht7505
@neerajbisht7505 4 ай бұрын
This code not working...somthing is missing from your side in the code..
@emmanuelntiamoah6537
@emmanuelntiamoah6537 4 ай бұрын
Can I get the source code
@Bro-q4l
@Bro-q4l 4 ай бұрын
Without a single word has explained the topic. Very interesting format of the tutorial. And yes, i have found what i searched for. Thanks!
@BluebirdTech
@BluebirdTech 4 ай бұрын
I'm glad to hear that. :) Thank you so much!
@Bro-q4l
@Bro-q4l 4 ай бұрын
@@BluebirdTech I noticed you have auto update of the use of namespaces as soon as you mention class in your code , how ?
@nox1353
@nox1353 4 ай бұрын
thank you thank you thank you thank you very much you are a real live saver
@BluebirdTech
@BluebirdTech 4 ай бұрын
You're welcome!
@leinah3671
@leinah3671 4 ай бұрын
I implement your PostModel and why it doesn't work here? SQLSTATE[42S02]: Base table or view not found: 1146 Table 'osas_services.post_models' doesn't exist (Connection: mysql, SQL: select * from `post_models` where exists (select * from `students` where `post_models`.`user_id` = `students`.`user_id` and (`student_number` like %ana% or `year_level` like %ana% or `status` like %ana%)) or exists (select * from `users` where `post_models`.`user_id` = `users`.`user_id` and (`first_name` like %ana% or `middle_name` like %ana% or `last_name` like %ana%)))
@nishatislam3495
@nishatislam3495 3 ай бұрын
error says: it cant find the db table
@_3bdullkader_1
@_3bdullkader_1 4 ай бұрын
Thank you for the nice explanation... I want to translate the file into Arabic as well, but the...dir = ltr أو I don't know how, can you explain this to us?
@afsmos
@afsmos 11 күн бұрын
same for me, looking for a solution
@Chennai...
@Chennai... 4 ай бұрын
I dont understand how last_Seen is getting updated to database...not mentioned anywere ..but how it works here? for me it was complete offline? Plz reply ASAP, also if you can answer..i have a UserStatus column, for those user id created UserStatus(Actuve/Inactive) , i want to restrict access to website based on userstatus how can i do that?
@laxmimaharjan-vp7zo
@laxmimaharjan-vp7zo 5 ай бұрын
why no any updates... very useful tutorials
@taufiq6329
@taufiq6329 5 ай бұрын
why when i create a new post the image did not go to my image table in database?
@yoskokleng3658
@yoskokleng3658 5 ай бұрын
how about print for correct size?
@muhammadfajar9192
@muhammadfajar9192 5 ай бұрын
Unresolvable dependency resolving [Parameter #0 [ <required> Intervention\Image\Interfaces\DriverInterface|string $driver ]] in class Intervention\Image\ImageManager .How fix error this?
@atgs-geraldterencio8607
@atgs-geraldterencio8607 5 ай бұрын
When I tried to click the extracted file it gives me an error "windows cannot open the folder. The compressed folder etc.". Any solution for this?
@LuizEscobal
@LuizEscobal 3 ай бұрын
thats bc u dont have a zip extractor program
@orph4nsx
@orph4nsx 8 күн бұрын
Found the solution?
@PATELPARTH-y3q
@PATELPARTH-y3q 5 ай бұрын
Unresolvable dependency resolving [Parameter #0 [ <required> Intervention\Image\Interfaces\DriverInterface|string $driver ]] in class Intervention\Image\ImageManager how to solve this error
@ariefhyda
@ariefhyda 5 ай бұрын
me too
@topmusicrelaxation2227
@topmusicrelaxation2227 5 ай бұрын
Thank you so much. How can I download this barcode ?
@bayurespati6664
@bayurespati6664 5 ай бұрын
Nice
@mariomartinavilayarleque7509
@mariomartinavilayarleque7509 5 ай бұрын
and paginate?
@sahirkhan5304
@sahirkhan5304 5 ай бұрын
thanks but please also explain in urdu or english
@aliffirdiansyah249
@aliffirdiansyah249 5 ай бұрын
Can you make tutoial video where the data isnt input one by one but exported from csv ?
@emmanuelovares
@emmanuelovares 6 ай бұрын
Thank you bro, it works perfectly!
@devilreaper8543
@devilreaper8543 6 ай бұрын
how to send mail with dynamice file attachement ....
@Mandeep-n6b
@Mandeep-n6b 6 ай бұрын
Stored with escape character w
@gpalabgeorgia6200
@gpalabgeorgia6200 6 ай бұрын
ReferenceError: $ is not defined
@collinrobinson1294
@collinrobinson1294 6 ай бұрын
can you show us how to send a welcome mail with filamentphp v3