Speaking of dates - if I have a date column and I use Model $attribute casting to a Carbon date instance, it will add timezone and my date 2020-10-10 will be converted to e.g. 2020-10-09 22:00
@RANJEETKUMAR-wz4dg3 жыл бұрын
thanks
@PavelTodorov3 жыл бұрын
Can you, please, tell me what is the font used in the examples?
@denyjackrose63833 жыл бұрын
thank you laravel
@naazimkhan99533 жыл бұрын
What about your rent office space streaming? Ep9 is final.
@themsaid3 жыл бұрын
We're working on something exciting. Once it's done, I'll resume the stream :)
@richard_keep3 жыл бұрын
What's the essence of withoutMiddleware? Why not just move the specific route outside that middleware?
@DinaxRaak3 жыл бұрын
It can be usefull when you group routes by prefix, for example user/ and those route are protected by auth middleware but lets asume that we can show a public profile for the users, so you can keep that route inside the group but only disable the auth midleware to that route.
@ronekhan60983 жыл бұрын
laravel zoom integration package review please sir
@puneetmishra77013 жыл бұрын
Hi, I have been following your videos, they are quite good. Do you have any suggestions on whats the best way to move to a JWT based authentication/authorisation from cookie based session auth.
@leonie92483 жыл бұрын
That's usually a bad idea. Most clients cannot keep a secret. JWT are not "secure" in that sense.
@farajalshmre3 жыл бұрын
Hello, How do you connect DM
@Said-hh6hk3 жыл бұрын
Try to make it fast..it's little slow compare to other language...It's single thread framework, can you make it multithread so that we can make big applications
@sakthivel-kl1ws3 жыл бұрын
Next stream when ….
@themsaid3 жыл бұрын
We're working on something exciting. Once it's done, I'll resume the stream :)
@esra_erimez3 жыл бұрын
Is Lavavel still big and bloated? I loved when it first came out but it later became slow.
@alicekaterinagraham89883 жыл бұрын
You could always try lumen.
@themsaid3 жыл бұрын
It can be big or small, fast or slow. It depends on how you use it. Laravel is just a tool :)