Fetch PHP is a Lightweight HTTP Library Inspired by JavaScript's fetch()
Fetch PHP is a lightweight HTTP library inspired by JavaScript's fetch, bringing simplicity and flexibility to PHP HTTP requests. It uses the Guzzle client behind the scenes, offering synchronous and...
View ArticleMySql Explain with Tobias Petry
This week, we welcome Tobias Petry to the Laravel Creator Series show to discuss his journey into database optimization, the development of his MySQL Explain tool, and the acquisition of the domain...
View ArticleServerless Search using Laravel and the Typesense Cloud
Modern web applications have become more complex over the years as user requirements continue to push for more performance, less latency, and more features. As a developer, choosing Laravel is easy....
View ArticleThe September 2024 Laravel Worldwide Meetup is Today
The next Laravel Worldwide Meetup is today, Tuesday, September 24th, at 16:00 UTC. It features speakers Marty Friedel and Max Brokman. Marty Friedel will talk about building maintainable websites with...
View ArticleA Deep Dive into Sessions in Laravel
When building Laravel applications, it's almost guaranteed you'll need to deal with sessions at some point. They are a fundamental part of web development. In this article, we will quickly cover what...
View ArticleLaravel 11.24 Released
The Laravel team released v11.24 this week, with new shorthands for Process fakes, a nullOnUpdate() method for foreign key definitions, support for retrying multiple batch IDs when retrying jobs, and...
View ArticleLaravel Config Checker Package
The Laravel Config Checker package by Chris Di Carlo scans your codebase to verify if config keys are correctly defined in your config files. This helps ensure that all configuration values referenced...
View ArticlePHP 8.4 Release Candidate 1 is here
The PHP team has announced the release of the first PHP 8.4 release candidate! Although the general availability (GA) of v8.4.0 is still about two months away (expected on November 21), you can begin...
View ArticlePHP and LLMs with Alfred Nutile
Alfred Nutile dives deep into the intersection of Laravel and the growing influence of Large Language Models (LLMs) in development. With over a decade of experience, including introducing Laravel at...
View ArticleTake your Inertia.js skills to the next level
Learn advanced concepts and make apps with Laravel and Inertia.js a breeze to build and maintain with the Advanced Inertia course. Here's what you'll get: 180-page book - Step-by-step guide to...
View ArticleLangCountry launches v4
Laravel LangCountry just launched version 4. If you are not familiar with the package here is what it does: Laravel has great localisation functionality, but it is all based on the locale. The locale...
View ArticleSplit Log Levels Between Stdout and Stderr With Laravel
Have you ever wanted to log specific levels in Laravel? Sure, you can use the level config option to specify the minimum level to log, but what if you only want Debug and Info logs to go in a specific...
View ArticleLaravel Roundup - October
Laravel Roundup - October Welcome to the first edition of the Laravel Roundup. At the beginning of each month, we plan to create a post highlighting the latest news, jobs, and community-related items....
View ArticleLaravel MongoDB releases version 5.0
Version 5.0 of the official Laravel MongoDB integration is now available. This major update introduces breaking changes to better align the MongoDB integration with Laravel’s conventions and...
View ArticleLaravel 11.26 Released
The Laravel team released v11.26 this week, with the ability to gracefully stop a pool of processes, using Enums when defining Rate Limiting, an Artisan command to make Job Middleware and more. Use...
View ArticlePest Route Testing Plugin for Laravel Applications
The pest-plugin-route-testing for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which routes to run, bind users to test routes, and more. The...
View ArticleStatamic, Radical Design, and more with Jack McDade
In this episode, we welcome Jack McDade to the show to talk about Statamic, his Radical Design course, business, marketing, and more. Show Links Statamic https://statamic.com Radical Design...
View ArticleThe Inertia 2.0 Beta is Coming Soon
If you caught the The Laracon US 2024 Keynote by Taylor Otwell this year, you saw the excellent features coming to Inertia 2.0. It turns out that the beta might drop at the end of next week: Our...
View ArticleOptimize Your SQLite Database with the Laravel Optimize DB Package
The Laravel Optimize DB package provides a good starting point for production-ready SQLite databases. Pest creator and core Laravel team member Nuno Maduro created this package. This package is meant...
View ArticleComposer Package Executor (CPX) - bring NPX to Composer
Tired of managing different development tools across projects? cpx (Composer Package Executor) is a handy tool developed by Liam Hammett that simplifies your workflow. Similar to npx for npm, cpx...
View Article