In previous releases of Laravel, thesetmethod of custom cast classes was not invoked if the cast attribute was being set tonull. However, this behavior was inconsistent with the Laravel documentation. In Laravel 9.x, thesetmethod of the cast class will be invoked withnullas the provided$value...
However, this behavior was inconsistent with the Laravel documentation. In Laravel 9.x, the set method of the cast class will be invoked with null as the provided $value argument. Therefore, you should ensure your custom casts are able to sufficiently handle this scenario:...
I have a very recent installation of Laravel 8.x. The only 3rd party library that I have is this one and it fails the upgrade for me because for some reason this library requires bunch of Illuminate packages that are linked to older Laravel versions. Your environment QA Bug? yes New Feat...
However, to ease the upgrade process, a new laravel/legacy-factories package has been created to continue using your existing factories with Laravel 8.x. You may install this package via Composer:composer require laravel/legacy-factoriesThe Castable InterfaceLikelihood Of Impact: Low...
The following first-party packages have new major releases to support Laravel 8. If applicable, you should read their individual upgrade guides before upgrading: Horizon v5.0 Passport v10.0 Socialite v5.0 Telescope v4.0 In addition, the Laravel installer has been updated to supportcomposer create-pr...
Namely, new Laravel applications contain fewer service providers, middleware, and configuration files.However, we do not recommend that Laravel 10 applications upgrading to Laravel 11 attempt to migrate their application structure, as Laravel 11 has been carefully tuned to also support the Laravel 10 ...
"name": "laravel-frontend-presets/black-dashboard", "description": "Laravel 5.x Front-end preset for black dashboard", "description": "Laravel 9.x Front-end preset for black dashboard", "license": "MIT", "homepage": "https://github.com/creativetimofficial/black-dashboard-laravel", "...
The Vite Converter automates the upgrade of your Laravel application from using Laravel Mix to Vite.
To upgrade Laravel DataTables from version 7.x to version 8.x: composerrequireyajra/laravel-datatables-oracle:8.* phpartisanvendor:publish--tag=datatables--force If you are using service approach / buttons plugin: composerrequireyajra/laravel-datatables-buttons:3.* ...
Passport 6.0.7 has been released with a new Laravel\Passport\Passport::withoutCookieSerialization() method. Once you have disabled cookie serialization, you should call this method within your application's AppServiceProvider.Upgrading To 5.6.0 From 5.5...