Join the free virtual event along with community experts to celebrate 30 years of PHP. Here’s what you need to know:
- 📅 Date: June 17, 2025
- 💻 Where: Online
- 💸 Cost: Free
|
Sublime Text released v4200 this week with support for a right sidebar, syntax highlighting improvements, rewritten syntax highlighting languages like SQL, Diff, and Bash, new syntax highlighting for ZSH and TOML, and more.
|
Laravel Decomposer is a development package that lists all of your Composer dependencies and helpful information like package versions, the PHP/Laravel version installed, installed PHP modules, and more.
|
Laravel's Conditionable trait enables fluent conditional logic in Fluent objects through when() and unless() methods. This enhancement maintains method chaining flow while executing conditional operations, creating more readable and maintainable code without traditional if-else interruptions.
|
Laravel's Email rule object transforms email validation with a fluent interface that combines format checking, DNS verification, and spoofing prevention. This enhancement creates more readable validation rules while supporting custom macros for different user types and security requirements.
|
Laravel Jobs
The official Laravel job board connecting the best jobs with top talent.
|
|
|
Now hiring
Post a job on LaraJobs and it'll be featured here next week.
|
Laravel's Fluent array() method ensures consistent array output from Fluent objects, eliminating manual casting needs. This feature simplifies configuration handling and dynamic property management by automatically normalizing single values and arrays into consistent array format.
|
The Chargebee Starter kit gives you a starting point for working with Chargebee's subscription billing services and Laravel's new Starter Kits.
|
Laravel's finally method enables elegant pipeline cleanup by integrating post-pipeline operations directly into the pipeline chain. This feature ensures cleanup code runs regardless of pipeline outcome, improving code readability and resource management reliability.
|
The Laravel Data package has many incredible features for working with data objects in Laravel applications. Data objects are rich, typed, and highly configurable objects that can double as API resources, form requests, TypeScript definitions, and more.
|
Deployer is a free and open source deployment tool written in PHP.
|
Laravel's AsCollection::of() method automatically transforms JSON columns into strongly-typed collections of value objects. This casting feature brings structure and type safety to complex data storage, making JSON column manipulation cleaner and more maintainable.
|
|