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!
Read my software related 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.
Laravel provides an easy way to use cache through its facades, which simplify interaction with various caching services such as Redis, Memcached, or even the file system.
In every new Laravel backend project I start there are a number of packages that are a ‘must’ install for me. From packages that increase development speed to packages to manage database queries.