Use Laravel orderBy() to sort Eloquent results by one or more columns, switch to orderByDesc(), reach for orderByRaw() when needed, and reset sorting with reorder().
Check your PHP version with php -v, phpversion(), phpinfo(), or Laravel’s artisan about command, depending on whether you are in CLI, browser, or a Laravel app.
Discover how to boost the speed of your Laravel apps, mimicking an SPA, without building an API, using Livewire v3 and the new wire:navigate attribute.
Secure Laravel apps with current support windows, secret handling, HTTPS, auth, validation, safe uploads, secure cookies, and security-focused testing.
Laravel Volt is a great new addition to Laravel’s extensive ecosystem that brings single-file components à la Vue.js to Livewire. Let me help you get started.
Laravel Herd is Laravel’s native local PHP development environment for macOS and Windows. Here’s how to install it, verify it, and switch PHP versions.