Rate limiting, Laravel 11 configs, and evolutionary welcome pages
Mar 14, 2024
auto_awesome
Rate limiting and Laravel 11 configs are discussed. Tailwind v4 build times showcased. Evolution of Laravel welcome page highlighted. Integration of Cloudflare Turnstile and phone number formatting in Laravel. Architecture tests with Lawman plugin. Protecting routes with JWT tokens using Laravel Jot package.
Laravel 11 introduces streamlined configuration files for easier management.
Lawman simplifies architecture testing for Saloon API integrations in Laravel with improved syntax.
Deep dives
Suffice and Laraval News: Episode 210
In Episode 210 of Suffice and Laraval News, the hosts discuss Laraval 11 and upcoming features like Reverb and Herd. They mention the significance of Larachon US and Larachon AU speaker submissions. The episode covers diverse topics such as integrating CloudFlare's turnstile with Laraval applications and adding architecture tests with Lawman for API integrations. Additionally, they delve into phone number formatting validation, Jot tokens, and the Laraval Jot package for generating and consuming tokens.
Lawman and Saloon API Integrations
Lawman, a PHP plugin for enforcing architecture tests, simplifies writing tests for Saloon API integrations in Laravel. The extension provides streamlined syntax, making it easier to read and write tests. Developed by Sam Carey, Lawman enhances the Pest PHP functionality, allowing developers to create effective architecture tests effortlessly.
Phone Number Formatting Validation Package
The Jot package by Propaganda Needs To Us streamlines Jot token generation, consumption, and route protection in Laravel applications. It offers a Jot facade with helper methods for token handling, minimal claim enforcement, and parsed token validation. With features like HTTP middleware and request macros, developers can fluently manage Jot token-related operations.