Releases
v8.9.0
Added
Added support times()
with raw()
from Illuminate\Database\Eloquent\Factories\Factory
(#34667 )
Added Illuminate\Pagination\AbstractPaginator::through()
(#34657 )
Added extendsFirst
method similar to includesFirst
to view (#34648 )
Allowed Illuminate\Http\Client\PendingRequest::attach()
method to accept many files (#34697 , 1bb7ad6 )
Allowed serializing custom casts when converting a model to an array (#34702 )
Fixed
Added missed RESET_THROTTLED constant to Password Facade (#34641 )
Fixed queue clearing when blocking (#34659 )
Fixed missing import in TestView.php (#34677 )
Use getRealPath
to ensure console command class names are generated correctly in Illuminate\Foundation\Console\Kernel
(#34653 )
Added pg_dump --no-owner and --no-acl to avoid owner/permission issues in Illuminate\Database\Schema\PostgresSchemaState::baseDumpCommand()
(#34689 )
Fixed queue:failed
command when Class not exists (#34696 )
Performance
Increase performance of Str::before()
by over 60% (#34642 )
You can’t perform that action at this time.