• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From laravel-news.com

Laravel News

1 1

Laravel News is the official blog of Laravel. Every day bringing you the latest news, tutorials, and packages for the framework.

on Oct 1, 2023

From laravel-news.com

Laravel VS Code Extension Public Beta - Laravel News

0 4

The long awaited public beta of the new Laravel VS Code Extension is finally here.

on Tue, 1AM

From laravel-news.com

Managing Concurrent Requests with Laravel Session Blocking - Laravel News

0 1

Learn how Laravel's session blocking prevents concurrent access issues. Discover how to implement this feature to maintain data integrity and prevent race conditions in critical operations like payment processing.

on Thu, 6AM

From laravel-news.com

Flexible Docker Images with PHP INI Environment Variables - Laravel News

0 0

In this post, I'll show you how to use environment variables to make your Docker images super flexible. Learn how to use PHP's fallback values for INI environment variables make your INI configuration nice and clean.

on Dec 6

From laravel-news.com

Get Xdebug Working With Docker and PHP 8.4 in One Minute - Laravel News

0 0

Xdebug has a history of being complex to get going, but I am here to show you how to use it in under a minute with Docker in a Laravel project.

on Dec 4

From laravel-news.com

HydePHP is a Laravel-powered Static Site Generator - Laravel News

0 0

HydePHP is a static site generator that helps you make websites, blogs, and documentation pages with tools you already know and love.

on Dec 4

From laravel-news.com

Handling Geospatial Data with Laravel Magellan - Laravel News

0 1

Geospatial data, or geodata, is data that includes information related to locations on the Earth’s surface. You can map objects, events, and other real-world phenomena to a specific geographical area identified by latitude and longitude coordinates.

on Dec 3

From laravel-news.com

Packagist.org is ending support for Composer 1.x - Laravel News

0 0

The packagist team announced it's shutting down support for Composer v1.x on February 25th, 2025.

on Dec 3

From laravel-news.com

Managing API Rate Limits in Laravel Through Job Throttling - Laravel News

0 0

Discover how to use Redis::throttle in Laravel to prevent API flooding with effective job rate limiting. Learn a practical approach to managing email delivery rates while adhering to service provider limits.

on Dec 2

From laravel-news.com

PHP 8.4 is released with Property Hooks, Class Instantiation without extra parenthesis, and more - Laravel News

0 0

The PHP team has released PHP 8.4 with new array find functions, property hooks, class instantiation without extra parenthesis, and more.

on Nov 26

From laravel-news.com

Asymmetric Property Visibility in PHP 8.4 - Laravel News

0 0

Starting in PHP 8.4, properties may also have their visibility set asymmetrically with a different scope for reading and writing. Learn how to use this exciting feature coming to PHP!

on Nov 20

From laravel-news.com

Laravel Forge adds Statamic Integration - Laravel News

0 0

Laravel Forge announced it has added first-party integration with Statamic, a CMS built on Laravel.

on Nov 18

From laravel-news.com

Dynamic Cache, Database, and Mail Builders in Laravel 11.31 - Laravel News

0 0

The Laravel team released v11.31, which includes dynamic Cache/DB/Mail builders, a cache token repository, a URL::forceHttps() convenience method, and more.

on Nov 13

From laravel-news.com

PHPStan 2.0 is Here - Laravel News

0 0

PHPStan just released v2.0.0 this week. Learn more about what's new in this massive update that is three years in the making!

on Nov 12

From laravel-news.com

Solo for Laravel - Laravel News

0 0

Solo for Laravel is a package to run multiple commands at once in your terminal, to aid in local development.

on Nov 11

From laravel-news.com

Securing Laravel Applications with Stephen Rees-Carter - Laravel News

0 0

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.

on Nov 11

From laravel-news.com

A Guide to Pagination in Laravel - Laravel News

0 0

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.

on Nov 10

From laravel-news.com

Laravel on any Developer Machine with Gitpod - Laravel News

0 1

Here is my unbiased view of my experience as a developer when setting up a Gitpod Workspace for coding on a PHP and Laravel application

on Nov 10

From laravel-news.com

Build your slide deck in Laravel with Simple Slides - Laravel News

0 0

Simple Slides is a responsive and text-first presentation tool that engages your audience.

on Nov 8

From laravel-news.com

Laravel Nightwatch - Laravel News

0 0

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.

on Nov 7

From laravel-news.com

Lazy JSON Pages is a JSON API Scraper for PHP - Laravel News

0 0

Lazy JSON Pages is a framework-agnostic API scraper that loads items from any paginated JSON API into a Laravel lazy collection. This package is highly customizable, enabling you to make changes to work with any JSON API.

on Nov 6

From laravel-news.com

Laravel Solr - Laravel News

0 0

Laravel Solr is a package that provides a seamless integration with Apache Solr, allowing Laravel developers to efficiently utilize Solr’s powerful search capabilities in their applications.

on Nov 5

From laravel-news.com

Laravel Roundup - November - Laravel News

0 0

Highlighting the latest news, jobs, and community-related items.

on Nov 1

From laravel-news.com

Bento Laravel SDK - Laravel News

0 0

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.

on Nov 1

From laravel-news.com

Laravel 11.30 Released - Laravel News

0 0

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.

on Oct 31

From laravel-news.com

Bluesky notification channel for Laravel - Laravel News

0 0

A Laravel Notification channel for the Bluesky social media app

on Oct 30

From laravel-news.com

Sprout Multitenancy Package for Laravel - Laravel News

0 0

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.

on Oct 29

From laravel-news.com

Laravel Herd Adds Native MongoDB Support - Laravel News

0 0

Laravel Herd has added native MongoDB support, making it super easy to integrate MongoDB into your Laravel applications.

on Oct 28

From laravel-news.com

Creating a CLI Application With Laravel and Docker - Laravel News

0 0

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 for distributing CLI apps with PHP.

on Oct 28

From laravel-news.com

How to Create Tech Videos for YouTube with Josh Cirre - Laravel News

0 0

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.

on Oct 25

From laravel-news.com

Integrate Unsplash in Your Laravel Application - Laravel News

0 0

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.

on Oct 25

From laravel-news.com

Nuxt 3 + Laravel Sanctum Authentication: Secure Your SPA and API with Ease - Laravel News

0 0

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-side environments.

on Oct 25

From laravel-news.com

Blasp is a Profanity Filter Package for Laravel - Laravel News

0 0

Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscation, and more.

on Oct 24

From laravel-news.com

Translation Checker - Laravel News

0 0

The Translation Checker package helps you to find translations you forgot to add to your language files and maintain translations in your application.

on Oct 24

From laravel-news.com

Nested Describe Blocks Are Now Available in Pest v3.5 - Laravel News

0 0

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.

on Oct 23

From laravel-news.com

Introducing Treblle 3.0: Enhancing Your API Observability and Developer Experience - Laravel News

0 0

Treblle 3.0 is more than an update; it’s a step forward in API observability and management.

on Oct 23

From laravel-news.com

A Zero-dependency SVG Chart Library for PHP - Laravel News

0 0

The maantje/charts package by Jamie Schouten is a zero-dependency PHP library for generating SVG charts.

on Oct 22

From laravel-news.com

Pan Analytics Viewer - Laravel News

0 0

Pan Analytics Viewer is a tiny Laravel package to view your `panphp/pan` analytics directly in the UI where they are triggered.

on Oct 21

From laravel-news.com

Laravel performance monitoring in Honeybadger - Laravel News

0 0

Learn how to improve the performance of your Laravel applications in Honeybadger Insights—our new logging and performance monitoring tool.

on Oct 21

From laravel-news.com

Check Env Variables Across All .env Files - Laravel News

0 0

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.

on Oct 21

From laravel-news.com

Laracon AU with Michael Dyrynda - Laravel News

0 0

In this episode of Laravel News Creator Spotlight, Eric Barnes interviews Michael Dyrynda, the creator of Laracon AU.

on Oct 19

From laravel-news.com

Cancel a Specific Batch of Queued Jobs With This Laravel Package - Laravel News

0 0

The Laravel Queue Cancel Batch small package provides a command to cancel a specific batch of queued jobs.

on Oct 18

From laravel-news.com

Laravel 11.28 Adds a Composer Dev Command - Laravel News

0 0

The Laravel team released v11.28 with a "composer run dev" command, Tailwind default config, a "CollectedBy" attribute to define a custom Collection class for a model, interactive encrypt/decrypt commands, and more.

on Oct 18

From laravel-news.com

API Platform for Laravel - Laravel News

0 0

The API Platform is the easiest way to create state-of-the-art web APIs using Laravel. Expose your Eloquent models as a REST or GraphQL API in minutes.

on Oct 17

From laravel-news.com

Always Render API Exceptions as JSON in Laravel - Laravel News

0 0

Laravel gives you a handy way to render all exceptions for API requests as JSON without any custom middleware. This bootstrap configuration tip makes it easy to ensure API exceptions render as JSON.

on Oct 17

From laravel-news.com

Now you can install PHP and the Laravel installer with a single command - Laravel News

0 0

When creating your first Laravel project you need to ensure you have PHP and Composer installed first. However, if you don't have these already installed it can be a little tedious for someone new. Well fear not, the Laravel team has you covered with a single line command that will take care of...

on Oct 16

From laravel-news.com

WireSpy is a Sleek New Debug Bar for Laravel Livewire - Laravel News

0 0

WireSpy lets you instantly debug and interact with your Laravel Livewire components.

on Oct 10

From laravel-news.com

The Laracon AU schedule is now live - Laravel News

0 0

With all of this year's speakers now announced, the full schedule for 2024 has been published.

on Oct 10

From laravel-news.com

Laravel 11.27 Released - Laravel News

0 0

This week, the Laravel team released v11.27, with a configurable default currency in the Number helper, a Str::doesntContain() method, Schema::hasTable() performance improvements, and more.

on Oct 9

From laravel-news.com

Supercharge PhpStorm with Laravel Idea - Laravel News

0 0

Laravel Idea is a fantastic plugin for PhpStorm that adds some really useful features to improve your developer experience. In this article, we'll take a look at some of the best features it offers.

on Oct 9