Тёмный
Mohamed Said
Mohamed Said
Mohamed Said
Подписаться
Комментарии
@canoz6718
@canoz6718 Месяц назад
Very informative video, you simplified very complex things. Thank you.
@johnnyw525
@johnnyw525 Месяц назад
You completely misunderstand what $fillable is for. It is NOT to stop users from updating fields in your database! It is to stop YOU from updating fields in your own database by accident from other parts of your application. If admin fields are supposed to be updatable by mass assignment by your application, then make them available to your application. It's not about security against your users, it's about protecting your models from your application. (It's a basic principle of OOP called "Encapsulation" -- like making methods private or protected.) Validation should ALWAYS be used for any incoming user data. $fillable is *not* a replacement for that, nor has it ever been.
@lotfyk947
@lotfyk947 2 месяца назад
عظمة على عظمة يقلبي
@ajitkumarchauhdary7885
@ajitkumarchauhdary7885 3 месяца назад
Awesome bro, i will try this, thanks for the info.
@ulcuber
@ulcuber 3 месяца назад
What about transactions within Laravel Octane? How using single connection affects transactions? And what about MySQL nested transactions emulation with savepoints in that case? Will it lead to any problems?
@batsmanist
@batsmanist 3 месяца назад
Thanks for this.
@konskript123
@konskript123 4 месяца назад
why it doesn't download the swoole when installing?
@mohamedds4226
@mohamedds4226 4 месяца назад
Thanks a lot
@jainsiddharth21
@jainsiddharth21 4 месяца назад
Hi, Great tutorial. I've used Tenancy with Multi Tenant & single DB. I need a functionality to ghost login my admin as a tenant user. Could you help me out with that please, if possible.
@jainsiddharth21
@jainsiddharth21 4 месяца назад
Hi, Great tutorial. I've used Tenancy with Multi Tenant & single DB. I need a functionality to ghost login my admin as a tenant user. Could you help me out with that please, if possible.
@Zud4n
@Zud4n 5 месяцев назад
Great video! I'm running a similar logic on my projects, and did some improvements following your video. But recently I had to migrate my server from nginx to swoole so that I can use a websocket on my project, to my surprise swoole doesn't respect the tenat configuration, it only loads the first configuration set. Have you ran into this problem or something similar? I've tried to reset the configuration class on the swoole configuration, change the bootstrap to reset the configuration for every request, purge the connections before editing it, clearly i'm misunderstanding some key feature of swoole. If you could give some light, I'd be very glad! Thank you anyway
@tinusg
@tinusg 5 месяцев назад
Exactly what I wanted to know, thanks.
@periyarajas3641
@periyarajas3641 5 месяцев назад
Help me i had doubt , i login using auth: attempt but the auth user is not working in dashboard controller so it is keep on redirecting to the login page. even auth is not working in different function of login controller .
@manishpanchal8185
@manishpanchal8185 6 месяцев назад
Hello Sir! Thank you so much! It's too easy to convert an existing app with this. But how can we manage it in a single domain? I don't want to add domains like you explain.
@i74ifa
@i74ifa 8 месяцев назад
Can i store user_type like morph relationship? In session database driver
@mubafaw
@mubafaw 8 месяцев назад
Many thanks 😊👍
@raypanjaitan
@raypanjaitan 9 месяцев назад
I am using multiple connections, is this PDO still working in that situation? Will they have multiple objects also? My concern is that the application should not have to authenticate every time it does a query if the PDO in multiple connections application
@Elsayed_20
@Elsayed_20 10 месяцев назад
مبتتكلمش عربي لي ؟🙄
@matinlh644
@matinlh644 10 месяцев назад
which one is faster app->singletone or app->bind?
@konstantinkrumov8726
@konstantinkrumov8726 10 месяцев назад
Amazing video 🙌🏻🙌🏻🙌🏻. Thank you so much !!! Really clear and useful. There is so much to learn from here. All the different functions and config structures. Very well explained and demoed 🙏🏻🙏🏻🙏🏻
@forevernoob97
@forevernoob97 10 месяцев назад
Very clear explanation. Thank You.
@ahmeraliqaiser3551
@ahmeraliqaiser3551 Год назад
Can I use swools on windows ?
@commandos51
@commandos51 Год назад
مفيش عربي ياعم محمد ؟
@nguyenvuuc3758
@nguyenvuuc3758 Год назад
you saved my life! thanks a lot for this tutorial
@ahmedmaruf3604
@ahmedmaruf3604 Год назад
Hey @themsaid, will choosing a connection pooling package help in eliminating too many connection issue? recently I am facing this issue and not sure what to do?
@kennedymwenda3357
@kennedymwenda3357 Год назад
Would you recommend using Client Grant Credentials OAth flow if am intending to use the BFF to serve a NextJS app and a mobile App? That's to say the BFF can use the API Key (Generated by the actual backend using Client Grant Credentials) to make calls to the backend API. Note that NextJS and Mobile apps are for public usage like e-commerce. Also the actual backend can be serving another backoffice frontend app using user based tokens.
@ghulammujtaba3191
@ghulammujtaba3191 Год назад
Great video. Can we run it on localhost server? If can then how to run it?
@riahiyassine7703
@riahiyassine7703 Год назад
Awesome
@fiskegalendbpk
@fiskegalendbpk Год назад
Amazing video! I have one question regarding the adding to a static array. If only the container instance is cached and cloned, how come code that isn’t in the scope of the framework is affected by the stateful behavior?
@aizazaziz5636
@aizazaziz5636 Год назад
You have to restart the server
@amarneche910
@amarneche910 Год назад
Do More videos Please
@artemdev2
@artemdev2 Год назад
would be there any advantages if we have read and write connections available but pointing on the same host?
@tahamohamed9404
@tahamohamed9404 Год назад
Thanks a lot
@AliAwwad
@AliAwwad Год назад
Excellent tips, Thank you Mohamed.
@tusharnain6652
@tusharnain6652 Год назад
how to change the default seesion cookie name in laravel??
@millennia
@millennia Год назад
Amazing, I was so confused شكرا محمد بارك الله فيك
@АйбатАманбайұлы
In php-fpm, we can configure child processes count created. What about swoole-laravel? Does 1 instance process all requests? If my end point just dispatches a job (in mysql), is this should be in the same coroutine, or should it be dispatched?
@АйбатАманбайұлы
Thanks, very much! I always wanted to use swoole, but I was afraid of the statefulness of the app.
@juniorsilvadev
@juniorsilvadev Год назад
Good explanation! Good Job! We Can Learn more and more!
@binaryfire
@binaryfire Год назад
Dude we need more content from you! These videos are great and cover things no one else covers.
@narayanadhikary
@narayanadhikary Год назад
Awesome
@necrotikS
@necrotikS Год назад
The best video about Laravel Sanctum I've seen.
@pouryahesabi407
@pouryahesabi407 Год назад
ahmag masire poshe ro toye laravel bezar dige
@33sprog5min2
@33sprog5min2 Год назад
Hello Sir Thanks for your video i have replayed the video many times i succeed to install laravel octane but when it comes to check a route to make a redirection i'm lost
@thembocharleslwanga8990
@thembocharleslwanga8990 2 года назад
Thank you
@osamaabdullah9444
@osamaabdullah9444 2 года назад
thank you a lot for your explanations we appreciate your help
@osamaabdullah9444
@osamaabdullah9444 2 года назад
can i ask where are you from?
@WaelBishtawi
@WaelBishtawi 2 года назад
رهيب
@vladimirkozisck519
@vladimirkozisck519 2 года назад
Thanks Mohamed, pls help me in something.... when i use a post request in jquery.... and my session expire... my aplication dont redirect to login... i dont know how manage this case... i want when i call a post request and my session was expire... redirect to login.... but is just in post because in a get request its ok.... Sorry for my english and thanks if u can help me please!
@phpisdead
@phpisdead 2 года назад
Greate youtuber , he forgot about yt?
@fidellistaz766
@fidellistaz766 2 года назад
sactum is working on local host , but on production after successfull login it its not able to get user ,I get the user unauthenticated