Refactor Your Laravel Project With Rector
Keeping a Laravel project up to date and maintaining clean code can become costly as it grows. This is where Rector becomes a key tool.
I'm Axel Libori Roch, a software developer based in Catalonia. I specialize in building high-quality backends using PHP and Laravel, and I love contributing to open-source.
Since I entered the web development field, I have always been fascinated by what we can build with just a computer and an internet connection.
Over time and through various life experiences, this journey has led me to become a Backend PHP developer. Although I have skills in other technologies like JavaScript, Node.js, Angular, and Flutter, I feel most comfortable within the PHP ecosystem.
On a daily basis, I mainly work with Laravel, especially developing APIs, but I also help with frontend development using Livewire and Inertia.js. Laravel ecosystem is my go-to choice!
Stay up to date with my latest thoughts and tutorials.
Keeping a Laravel project up to date and maintaining clean code can become costly as it grows. This is where Rector becomes a key tool.
The idea of starting a Laravel community in Catalonia has been on my mind for a long time. Finally, about two months ago, I decided to move forward and make it happen!
When developing an API for a mobile application or a SPA with Laravel, a robust option for authentication is to use Laravel Fortify. In this article, we’ll explore how to properly handle logout for users, especially when using Laravel Sanctum.