Laravel Idea for PhpStorm - Full-featured IDE for productive artisans!

Paul Redmond

Staff writer at Laravel News. Full stack web developer and author.

Check Env Variables Across All .env Files image

Check Env Variables Across All .env Files

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 t...

Read article
Cancel a Specific Batch of Queued Jobs With This Laravel Package image

Cancel a Specific Batch of Queued Jobs With This Laravel Package

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

Read article
Always Render API Exceptions as JSON in Laravel image

Always Render API Exceptions as JSON in Laravel

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

Read article
Laravel 11.28 Adds a Composer Dev Command image

Laravel 11.28 Adds a Composer Dev Command

The Laravel team released v11.28 with a "composer run dev" command, Tailwind default config, a "CollectedBy" attribute to define a custom Collection c...

Read article
API Platform for Laravel image

API Platform for Laravel

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

Read article
The Inertia.js v2 Beta is Here image

The Inertia.js v2 Beta is Here

The first beta version of Inertia.js v2 was released this week. The core library has been rewritten to support asynchronous requests; unlocking some i...

Read article
WireSpy is a Sleek New Debug Bar for Laravel Livewire image

WireSpy is a Sleek New Debug Bar for Laravel Livewire

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

Read article
Laravel 11.27 Released image

Laravel 11.27 Released

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

Read article
Prism is an AI Package for Laravel image

Prism is an AI Package for Laravel

Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

Read article
Optimize Your SQLite Database with the Laravel Optimize DB Package image

Optimize Your SQLite Database with the Laravel Optimize DB Package

The Laravel Optimize DB package provides a good starting point for production-ready SQLite databases.

Read article
The Inertia 2.0 Beta is Coming Soon image

The Inertia 2.0 Beta is Coming Soon

The Inertia v2.0 beta is likely to be released sometime next week. Get all the latest info on what new features are coming to the next major release o...

Read article
Pest Route Testing Plugin for Laravel Applications image

Pest Route Testing Plugin for Laravel Applications

The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which...

Read article