Laravel Forums Package: Waterhole
Waterhole is a Laravel powered forum or discussion platform that gives life to vibrant online communities for brands, creators, and teams. It's built with Laravel v10 and MySQL 8, so Laravel...
View ArticleLaravel 10.31 Released
This week, the Laravel team released v10.31, the ability to place batches within job chains. You can run jobs sequentially, then parallelize a batch of jobs, and continue with the chain once that...
View ArticleLaravel Pail - The easiest way to tail your log files
Laravel Pail is a package that allows you to easily dive in and tail your application's log files. Pail is designed to work with any log driver, be super easy to remember, and provide a set of useful...
View ArticleLaravel Nova gets a fresh new website
Laravel Nova is a beautifully-designed administration panel for Laravel. Carefully crafted by the creators of Laravel, and they just launched a brand new website with a fresh design. Nova allows you...
View ArticleThe Ultimate "git nah" Alias
Recently, developer Liam Hammett shared a fabulous git nah snippet on Twitter that is better than your existing git nah alias 🔥 I know lots of people use a "nah" alias to abort their current changes,...
View ArticleAutomatically Upgrade your Laravel Application with this Package
The Laravel Updater package is a CLI command that can check for new versions of your application and upgrade to the latest version with one command. It works by running the php artisan updater:update...
View ArticleMongoDB Laravel Integration Now Officially Supported
MongoDB has taken over development of the community-driven MongoDB integration for Laravel framework! This means you can expect regular updates with improvements to the functionality, bug fixes, and...
View ArticleLaravel Horizon Prometheus Exporter
This package allows an easy way to expose your Laravel Horizon Metrics to Prometheus, a scraping service that allows you to easily store and scrape information from your application or server....
View ArticleTurbine UI - Laravel Blade & Tailwind CSS UI Component Library
Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS. Turbine UI has been designed with simplicity and flexibility in mind, making it easy for you to style...
View ArticleMocking APIs in Laravel Tests With Wiremock
Accounting for APIs while testing can be a confusing and sometimes painful process. Whether you are testing client-side components or server-side code, you must somehow mock or fake the request and...
View ArticleSolve n+1 queries in PHP with Scout
Scout is a Laravel Application Performance Monitoring (APM) tool that pinpoints and prioritizes performance and stability issues, like N+1 database queries, in PHP applications. Scout's tracing logic...
View ArticleLaradir: The Laravel developer directory gets a new home
Laradir.com, originally launched in 2022, has been acquired by Simon Hamp, a Laravel developer and active community member. On the acquisition, Simon said: I've spoken to many in the community over...
View ArticleLaravel 10.32 Released
This week, the Laravel team released v10.32, with new conditional push Blade directives, conditional "present" validation rules, and more. Laravel 10 saw 15 individual contributions, including...
View ArticleLaravel Pulse is a health and performance monitoring tool for your Laravel...
Laravel Pulse delivers at-a-glance insights into your application's performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more. It's free, open...
View ArticleStress testing with Pest with the new Stressless plugin
The PEST team just announced the release of a brand new plugin for Pest PHP: Stressless. It's a fresh new addition to the Pest PHP family, and it brings the power of stress testing to the PHP...
View ArticleBrevo Webhook Manager CLI for Laravel
The Brevo Webhook Manager CLI for Laravel provides a convenient way to manage Brevo webhooks from the CLI: The main features of this package includes: Fetch webhooks from the Brevo API Create new...
View ArticleIntroducing the Laravel Number Utility Class
Hello everyone, Caen here! I'm excited to share with you a recent addition I made to the Laravel framework (PR #48845) that I believe will simplify your number formatting needs. I've introduced a new...
View ArticleLaravel Cyber Deals
It’s that time of year again. You can save huge amounts of money on everything from training courses to full applications. This year, we’ve compiled a list of all the hot sales from our partners and...
View ArticleWirebox: Your Livewire Playground Awaits
Experience Laravel Livewire component development like never before, from your browser, with Wirebox by Philo Hermans. Philio announced the beta yesterday, which you can sign up for on wirebox.app and...
View ArticleLaravel 10.33 Released
This week, the Laravel team released v10.33, with new number helper methods, test assertions about batches that exist in a job chain, a hex color validation rule, and more. Here is a bit more info...
View Article