Check Env Variables Across All .env Files https://laravel-news.com/laravel-env-keys-checker
Laravel News
Check Env Variables Across All .env Files - Laravel News
The Laravel Env Keys Checker package checks if all keys are available across all .env files. This is useful if you have multiple .env files and want to ensure that all values are present.
π2
Laravel performance monitoring in Honeybadger https://laravel-news.com/honeybadger-laravel-performance-monitoring
Laravel News
Laravel performance monitoring in Honeybadger - Laravel News
Learn how to improve the performance of your Laravel applications in Honeybadger Insightsβour new logging and performance monitoring tool.
β1
A Zero-dependency SVG Chart Library for PHP https://laravel-news.com/php-svg-charts-maantje
Laravel News
A Zero-dependency SVG Chart Library for PHP - Laravel News
The maantje/charts package by Jamie Schouten is a zero-dependency PHP library for generating SVG charts.
π15β€5
Introducing Treblle 3.0: Enhancing Your API Observability and Developer Experience https://laravel-news.com/introducing-treblle-3
Laravel News
Introducing Treblle 3.0: Enhancing Your API Observability and Developer Experience - Laravel News
Treblle 3.0 is more than an update; itβs a step forward in API observability and management.
π©3π₯1
Nested Describe Blocks Are Now Available in Pest v3.5 https://laravel-news.com/pest-3-5-0
Laravel News
Nested Describe Blocks Are Now Available in Pest v3.5 - Laravel News
Pest released v3.5 with support for nested describe() blocks in tests! Nested describe blocks enable you to group related tests within other blocks, giving you more flexibility in organizing things.
π6
Blasp is a Profanity Filter Package for Laravel https://laravel-news.com/blasp-profanity-filter-package-for-laravel
Laravel News
Blasp is a Profanity Filter Package for Laravel - Laravel News
Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscation, and more.
β€3
Nuxt 3 + Laravel Sanctum Authentication: Secure Your SPA and API with Ease https://laravel-news.com/nuxt-3-laravel-sanctum-authentication
Laravel News
Nuxt 3 + Laravel Sanctum Authentication: Secure Your SPA and API with Ease - Laravel News
The Nuxt Sanctum Authentication module makes it easy to integrate Laravel Sanctum authentication with Nuxt 3, supporting both SPA and API token-based authentication. It helps manage CSRF tokens, Bearer tokens, and works smoothly in both server-side and clientβ¦
β€7
Integrate Unsplash in Your Laravel Application https://laravel-news.com/unsplash-package-for-laravel
Laravel News
Integrate Unsplash in Your Laravel Application - Laravel News
This Laravel Unsplash package provides an easy way to integrate your Laravel project with the Unsplash API. Use the API to fetch photos, collections, user data, and more.
How to Create Tech Videos for YouTube with Josh Cirre https://laravel-news.com/how-to-create-tech-videos-for-youtube-with-josh-cirre
Laravel News
How to Create Tech Videos for YouTube with Josh Cirre - Laravel News
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.
π6β€1
Creating a CLI Application With Laravel and Docker https://laravel-news.com/creating-a-cli-app-with-laravel-and-docker
Laravel News
Creating a CLI Application With Laravel and Docker - Laravel News
While Laravel is traditionally used to create web applications, some applications need robust CLI commands that you can run via Docker in production environments. Learn how to configure your Docker image to run the Artisan CLI, which will give you a foundationβ¦
β€2π2
Laravel Herd Adds Native MongoDB Support https://laravel-news.com/laravel-herd-adds-native-mongodb-support
Laravel News
Laravel Herd Adds Native MongoDB Support - Laravel News
Laravel Herd has added native MongoDB support, making it super easy to integrate MongoDB into your Laravel applications.
π16π3β€1
Sprout Multitenancy Package for Laravel https://laravel-news.com/sprout-laravel-multitenancy-package
Laravel News
Sprout Multitenancy Package for Laravel - Laravel News
Sprout 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 along with the development.
π₯7β€1π1
Laravel 11.30 Released https://laravel-news.com/laravel-11-30-0
Laravel News
Laravel 11.30 Released - Laravel News
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, and more.
π2
Bento Laravel SDK https://laravel-news.com/bento-laravel-sdk
Laravel News
Bento Laravel SDK - Laravel News
Bento, a powerful Email Marketing & Automation Platform, now offers an official Laravel SDK. This streamlined integration allows you to effortlessly send emails and track events directly within your Laravel applications.
A Guide to Pagination in Laravel https://laravel-news.com/laravel-pagination
Laravel News
A Guide to Pagination in Laravel - Laravel News
Learn all about the different types of pagination available in Laravel and how to use them. We'll also look at the underlying SQL queries that are generated, and how to decide which pagination approach to use.
π10β€4