Nested Describe Blocks Are Now Available in Pest v3.5
Pest released v3.5 with support for nested describe() blocks in tests! You can now group related tests inside a parent describe() block, giving you more flexibility in organizing things. big news:...
View ArticleTranslation Checker
Struggling to keep your multilingual Laravel application's translations up-to-date? Casper Bottelet's Translation Checker is the solution. This package scans your project's code for strings that need...
View ArticleBlasp is a Profanity Filter Package for Laravel
Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscation, and more. use Blaspsoft\Blasp\Facades\Blasp;...
View ArticleNuxt 3 + Laravel Sanctum Authentication: Secure Your SPA and API with Ease
In modern web development, authentication is crucial for securing applications and protecting user data. The nuxt-sanctum-authentication module bridges the gap between Nuxt 3 and Laravel Sanctum,...
View ArticleIntegrate Unsplash in Your Laravel Application
The Laravel Unsplash package provides an easy way to integrate your Laravel project with the Unsplash API. Use the API to fetch photos, collections, and user data from Unsplash: use...
View ArticleHow to Create Tech Videos for YouTube with Josh Cirre
In this episode, we are joined by Josh Cirre to discuss his journey from creative beginnings in music and graphic design to his current role at Laravel and his passion for video production. Josh...
View ArticleLaravel Herd Adds Native MongoDB Support
Laravel Herd has added native MongoDB support, making it super easy to integrate MongoDB into your Laravel applications. Check out the Herd Documentation on this feature that allows you to quickly...
View ArticleCreating a CLI Application With Laravel and Docker
Laravel provides a robust CLI framework built on top of the popular Symfony Console component, which brings the best features of Laravel to the command line. While Laravel is traditionally used to...
View ArticleSprout Multitenancy Package for Laravel
Laravel Sprout by Ollie Read is a multitenancy package for Laravel under active development. It hasn't hit a v1.0 release, but we decided to share it with those who want to try it out early and follow...
View ArticleBluesky notification channel for Laravel
Enzo Innocenzi created a Laravel Notification channel for the Bluesky social media app, and you can find it on Github. We've been using it for a while now to auto-publish new articles on the site over...
View ArticleLaravel 11.30 Released
This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs for Eloquent models, the use of backed Enums with AuthorizesRequests,...
View ArticleBento Laravel SDK
Bento is an Email Marketing & Automation Platform for Startups and their team recently created an official Laravel SDK. If this is your first time hearing of Bento and you are in need of an email...
View ArticleLaravel Roundup - November
Welcome to the November edition of the Laravel Roundup. This covers recent highlights, community events, Laravel jobs, and more! Recent Highlights Laravel New Now, you can install PHP and the Laravel...
View ArticleA Guide to Pagination in Laravel
Pagination is a common feature in web applications. Almost every Laravel application I've ever worked on has had some form of pagination implemented. But what is pagination and why do we use it? How...
View ArticleLaravel Solr
If you have ever had a need to implement search into your application you've probably heard of Apache Solr. Solr is a fast, open source search platform built on the full-text, vector, and geospatial...
View ArticleLazy JSON Pages is a JSON API Scraper for PHP
Lazy JSON Pages is a framework-agnostic API scraper that loads items from any paginated JSON API into a Laravel lazy collection. It is highly customizable, so you can make it work with any PHP project...
View ArticleLaravel Nightwatch
Laracon AU has begun and with it comes exciting news from Taylor and the rest of the Laravel team. Announcing Laravel Nightwatch! First-class monitoring designed for Laravel. Nightwatch will be a...
View ArticleBuild your slide deck in Laravel with Simple Slides
Simple Slides is a responsive and text-first presentation tool that engages your audience. It is built with Laravel, Vue, and PostgreSQL. You'd want to use this if you are: Prioritizing text-content...
View ArticleLaravel on any Developer Machine with Gitpod
If you've been a developer long enough, you've encountered the excitement of cloning a new repository only to be quickly frustrated by not being able to get the code to compile or run on your machine....
View ArticleSecuring Laravel Applications with Stephen Rees-Carter
Join us as Stephen Rees-Carter delves into Laravel security, discussing security consulting, the importance of penetration testing, and common vulnerabilities found in Laravel applications. Show Links...
View Article