fromJson() in laravel 12.8
In Laravel 12.8, the fromJson() method was introduced as part of the Collection class. This method simplifies the process of creating a collection from a JSON string. Here’s...
Collection
In Laravel 12.8, the fromJson() method was introduced as part of the Collection class. This method simplifies the process of creating a collection from a JSON string. Here’s...
Laravel 12, released on March 7, 2025, represents a strategic shift in Laravel’s release philosophy, focusing primarily on maintenance and dependency updates rather than introducing major breaking changes....
Laravel’s introduction of the Http::record() method in April 2025 represents a significant evolution in HTTP client monitoring capabilities, providing developers with unprecedented visibility into external service interactions while...
Laravel 12.7, released in early April 2025, introduces powerful new model resource helper functions that significantly streamline the way developers work with API resources. These new helper methods...
Laravel’s query() method provides a powerful and flexible way to generate URLs with query string parameters. This feature simplifies the creation of dynamic links throughout applications while ensuring...
Laravel 8 was officially released on 8th September 2020. The laravel team follows semantic versioning and releases a new major Laravel version in every 6-month. Laravel 8 is...
Laravel 8 was officially released on 8th September 2020. The laravel team releases new Laravel version in every 6-month interval with major changes and new features. In Laravel...
In this post, we’ll see how to install Laravel 8 and create a new project but also how to install PHP 7.3 the minimal required version for installing...
Throughout this tutorial for beginners you’ll learn to use Laravel 8 - the latest version of one of the most popular PHP frameworks - to create a REST...