13 followers
Tutorials for beginner devs, Code quality tips, and some fun...
Subscribe to my newsletter and never miss my upcoming articles
No-nonsense tutorial for learning Laravel from scratch
Why you should use HTML Code generation methods as a last resort
Real-life example to answer 'what should I test?'
How to specify auth guard when using multiple guards with Sanctum
Let's start with a question: We have a PHP class SalesController.php with the namespace App/Http/Controllers and it is located at app/Http/Controllers/SalesController.php Where do you think the class Sale.php with the namespace App/Domain/Sales would...
Why the default way to expose the local webserver wasn't working for us