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

Harris Raftopoulos

Senior Software Engineer • Staff Writer @ Laravel News • PHP, Laravel, Livewire, TailwindCSS & VueJS • Co-organizer @ Athens Laravel Meetup

Navigating Dates Elegantly with Carbon in Laravel image

Navigating Dates Elegantly with Carbon in Laravel

Explore how Laravel's Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling...

Read article
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method image

Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method

Discover how Laravel's enhanced toInteger() method simplifies working with non-decimal numbers by accepting a base parameter, allowing seamless conver...

Read article
Boosting Queue Management with Laravel's JobQueueing Event image

Boosting Queue Management with Laravel's JobQueueing Event

Learn how Laravel's new JobQueueing event expands your queue system's capabilities by providing a pre-dispatch hook for monitoring and manipulating jo...

Read article
Enhancing Database Error Diagnostics with Laravel's getRawSql image

Enhancing Database Error Diagnostics with Laravel's getRawSql

Discover how Laravel's getRawSql method transforms database debugging by providing complete SQL queries with all bindings integrated, helping develope...

Read article
Monitor HTTP Interactions with Laravel's New Http::record() Method image

Monitor HTTP Interactions with Laravel's New Http::record() Method

Enhance your Laravel application testing with the Http::record() method that allows you to monitor actual HTTP interactions while maintaining real com...

Read article
Conditional Context Management Made Easy with Laravel's Context Facade image

Conditional Context Management Made Easy with Laravel's Context Facade

Enhance your Laravel application's data sharing with the Context Facade's Conditionable trait, enabling elegant conditional context management for rol...

Read article
Simplify Real-Time Notifications with Laravel's Anonymous Broadcasts image

Simplify Real-Time Notifications with Laravel's Anonymous Broadcasts

Accelerate real-time feature development in Laravel with anonymous broadcasts that eliminate the need for dedicated event classes, offering a fluent A...

Read article
Simplify URL Generation with Laravel's New query() Method image

Simplify URL Generation with Laravel's New query() Method

Enhance your Laravel application's URL handling with the new query() method, providing a dedicated API for generating URLs with complex query paramete...

Read article
Post-Process Query Results Elegantly with Laravel's afterQuery Method image

Post-Process Query Results Elegantly with Laravel's afterQuery Method

Simplify your Eloquent queries with Laravel's afterQuery() method, allowing you to define post-processing operations right alongside your query defini...

Read article
Ensuring Attribute Consistency in Laravel Relationship Creations image

Ensuring Attribute Consistency in Laravel Relationship Creations

Maintain data consistency in your Laravel application with the withAttributes relationship method. This feature ensures newly created models automatic...

Read article
Enhancing Numeric Validation with Laravel's Fluent Rule Interface image

Enhancing Numeric Validation with Laravel's Fluent Rule Interface

Transform your Laravel validation logic with the new fluent numeric rule interface. This chainable approach improves code readability while providing...

Read article
Feature Flags with Laravel Pennant image

Feature Flags with Laravel Pennant

In this video, we're implementing feature flags in Laravel using Laravel Pennant

Read article