/ articles
Articles, tutorials, and news on software engineering, open source, and web development.
Laravel 13.30 adds withoutVendorCommands() and withoutDefaultCommands() to the DevCommands class, giving you p...
Mohamed Said
Laravel 13.30 adds chunkBy(), a clean shorthand for chunkWhile() that groups consecutive collection items shar...
Mohamed Said
Laravel 13.27 adds refreshForUpdate() to Eloquent, letting you reload a model from the database and acquire a...
Mohamed Said
Laravel 13.27 adds a per-connection option to prevent bound query values from appearing in QueryException mess...
Mohamed Said
Laravel 13.27 adds whereBinary(), orWhereBinary(), whereNotBinary(), and orWhereNotBinary() — clean query-buil...
Mohamed Said
Laravel 13.25 makes Image implement the Responsable contract, adds Image::fromStream(), and exposes a public t...
Mohamed Said
Laravel 13.25 adds a global queue pause switch that stops every worker on every connection from reserving new...
Mohamed Said
Laravel 13.24 introduces the `array_keys` validation rule, letting you whitelist exactly which keys an array m...
Mohamed Said
Laravel 13.24 added dominantColor() to the first-party image API. Learn how to extract, store, and use an imag...
Mohamed Said