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.
Stay in the know with my last articles.
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.