The request history function is fantastic! I appreciate you thinking about the “hidden features” and taking the time to create this video! Great!
@WebGalaxyAI11 күн бұрын
Happy New Year🎄
@ramina212118 күн бұрын
Good features. I did not know about them.
@ajithlal168818 күн бұрын
Merry Christmas ⛄🎁
@nero370012 күн бұрын
Didn't know about the timeline one. That last one can also be done with just debug($order).
@WomboCombo95014 күн бұрын
Awesome, thnx a lot .
@PabloZagni18 күн бұрын
Great features!
@PedroCoelho9818 күн бұрын
I use debugbar but also xdebug to step through the code sometimes and catch errors in logic or operations in variables. Do you find it useful?
@haooooo17 күн бұрын
api, how to use it ? thanks!
@LaravelDaily16 күн бұрын
For API projects, use Laravel Telescope
@yogaydv42309 күн бұрын
Can you make a video on elastic search
@LaravelDaily9 күн бұрын
I'm not using Elasticsearch myself, so I'm not qualified to make a proper video about it.
@daviddaoud481710 күн бұрын
Would you like to show us some security tutorial how can we stop ssrf, xss attack
@LaravelDaily9 күн бұрын
I have this video about security in Laravel: kzbin.info/www/bejne/moi5hZmPa8iAeNU
@daviddaoud48179 күн бұрын
@LaravelDaily thank you for answering i have seen this one but i want to ask specially for ssrf attack
@shojibflamon18 күн бұрын
Impressive
@MewtwoStar18 күн бұрын
hello sir, please make video on fast blade template loading. i made a form page using blade templates for input select and others, with around 60 fields, it took around 14sec to load, how can we make this faster. humble request sir.
@SilverPaladin18 күн бұрын
use debug bar to see how many queries are executed for your form. Sounds like you have a mess going in your database structure and query methods. There is lots of help for N+1 queries, even on this channel.
@MewtwoStar18 күн бұрын
@SilverPaladin thanks 👍. Anyhow Resolved the issue, actually it was cache issue i think, I tried all the options i got online, some how it got resolved 😔.