Hello, world! This is my personal website where I post things about what interets me, especially mathematics and programming.
Pest PHP is a relatively new PHP testing framework. It has a nice syntax, and a few cool features built on top of PHPunit. I already wrote an article on ho...
Using Laravel macros is a powerful way to extend default behavior of many classes in Laravel, such as Collections, Stringables and Reponses. In this articl...
Pest is a new but great PHP testing framework. It has a simple and elegant syntax and a few nice features build on top of PHPunit. In this article, I'll sh...
With the arrival of Laravel 8, new ways for authentication have been added to the Laravel ecosystem. Fortify, Jetstream and Breeze. Although these tools ca...
In my opinion, Eloquent is one of the most powerful features of Laravel. It is an API for interacting with your database, and it has a very nice and easy-t...