Laravel Catalunya: Official Launch!
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!
I'm Axel Libori Roch, a software developer based in Sant Fruitós de Bages, Catalonia. I specialize in building high-quality backends for websites and applications using PHP, primarily with Laravel. Whenever possible, I also enjoy contributing to open-source projects.
Since I entered the web development field in 2005, I have always been fascinated by what we can build with just a computer and an internet connection.
A lot has changed since then, as the first websites I developed were based on HTML and CSS files.
Over time and through various life experiences, this journey has led me to become a Backend PHP developer. Although I have skills in other languages and technologies such as 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 work with WordPress and occasionally help with frontend development.
Stay in the know with my last articles.
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.
Sometimes can be useful to display a counter of the results of a relationship in the index of a resource. This can enhance the user experience and provide a clearer view of the relationship between resources.