We've all written the same where clauses across multiple controllers. You know the ones filtering for completed orders from this month, finding popular products above a certain price, or loading specific relationships. This repetitive query logic clutters your codebase and makes maintenance a nightmare. In my latest video, I show you how Laravel 12's new query scopes transform these repetitive filters into expressive, chainable methods that read like business requirements.
|
Passing .env files around by Slack, email, or copy-paste isn't just unreliable - it can break production and fail compliance checks
Ghostable is built for Laravel teams who want confidence in their environment management:
- Securely share .env files with your team
- Enforce validation rules so bad configs never hit production
- Track every change with full version history and rollback
- Audit who changed what and when
- Inherit variables across environments to avoid duplication
- Use a fast, Laravel-ready CLI that fits your workflow
Environment management shouldn't only be for enterprise budgets. Ghostable makes it simple and affordable for every team.
|
Laravel Livewire's wire:model.live modifier enables instant form synchronization, creating responsive interfaces where user input triggers immediate server updates while intelligent debouncing prevents excessive network requests for optimal performance.
|
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.
|
Simple, fast and focused access control with Porter
|
Redactable Models for Laravel is a package by Ashley Allen that allows you to redact, obfuscate, or mask data in your Laravel models.
|
Laravel's Cache::lock() creates atomic distributed locks that prevent race conditions by ensuring exclusive code execution, providing automatic expiration and seamless integration with multiple cache drivers for reliable concurrent operation management.
|
Beam is a feature flags library for the frontend, powered by Laravel Pennant. It features a lightweight footprint, with a simple, promise-based API and great TypeScript types.
|
Laravel's Fluent class now implements the Iterable contract, enabling direct foreach iteration without toArray() conversions, creating cleaner code that feels more natural while maintaining full backward compatibility.
|
The XML Converter Package for PHP by Novak Urošević provides a simple helper to convert XML data into JSON and PHP arrays.
|
Stop wrestling with messy reference number generation in Laravel – the Referenceable package gives you customizable order numbers, invoice IDs, and tracking codes with just a few lines of configuration.
|
|