If you are a junior Laravel developer and want to practice your skills, you can create a demo project, put…
Libraries & Frameworks
API-based projects are more and more popular, and they are pretty easy to create in Laravel. But one topic is…
This is a demo Laravel project aimed at junior developers to practice their skills. This article contains both the task…
Quick tip of the day. Default Laravel Auth comes with User table and model, but without logging capability, so we…
Laravel comes with out-of-the-box authorization mechanism which is incredibly easy to use. But it depends on several pre-defined things, one…
One of the less-known Laravel features is Login throttling. By default, if user tries to log in via default Laravel…
Some time ago I posted a tweet that went viral: it was my vision of how typical Laravel SaaS could…
Have you ever used an external API and specified its version? For example, have you noticed the “/v1/” in the…
If you’re building a Laravel project with both Web and API sides, you need to customize error messages for each…
When it comes to the performance of the Laravel application, by far the no.1 problem I’ve seen is the database.…
When working with large datasets that are complex to get or rarely change, we can use caching to reduce the…
I know that stateless in REST means that the client and server are separate, but I thought that it should always be the case. What would be an example of an API that is not stateless. Can those also be tested by QA?
The Filament v4 Beta is here with a range of powerful, helpful updates. It’s faster, easier to use, and gives…
Laravel package for OpenRouter (A unified interface for LLMs) Source: Read MoreÂ
Laravel Nightwatch is first-class monitoring for Laravel applications. Deep monitoring and insights, no matter where you deploy. The post Laravel…
Larallow for Laravel is a package for handling roles and permissions with advanced features such as scoped roles, polymorphic relations,…
A Laravel toolkit for Domain Driven Design patterns Source: Read MoreÂ
Insurers today have gone beyond the role of merely safeguarding and compensating for losses. They have moved into the role of prevention, becoming a ubiquitous entity in people’s lives. The insurance sector has come a long way from being paper based to prioritizing operational excellence and cost efficiency. Since the emergence of Insurtech, insurers have … Why Guidewire Programs Fail: The Missing Layer of Assurance Enterprises Must Know
The post Why Guidewire Programs Fail: The Missing Layer of Assurance Enterprises Must Know first appeared on TestingXperts.
AnyCable is a broadcasting adapter for Laravel similar to Reverb The post AnyCable Laravel Broadcaster appeared first on Laravel News.…
Laravel’s Number class provides locale-aware parsing methods that handle international number formats using PHP’s Intl extension. These utilities automatically convert…