composer dump-autoload creates .tmp files in the bootstrap/cache directory #45211
-
Description:In the bootstrap/cache directory .tmp files are created. Steps To Reproduce:
Contents of /bootstrap/cache/pacB19E.tmp: <?php return array (
'intervention/image' =>
array (
'providers' =>
array (
0 => 'Intervention\\Image\\ImageServiceProvider',
),
'aliases' =>
array (
'Image' => 'Intervention\\Image\\Facades\\Image',
),
),
'laravel/socialite' =>
array (
'providers' =>
array (
0 => 'Laravel\\Socialite\\SocialiteServiceProvider',
),
'aliases' =>
array (
'Socialite' => 'Laravel\\Socialite\\Facades\\Socialite',
),
),
'laravel/tinker' =>
array (
'providers' =>
array (
0 => 'Laravel\\Tinker\\TinkerServiceProvider',
),
),
'laravelcollective/html' =>
array (
'providers' =>
array (
0 => 'Collective\\Html\\HtmlServiceProvider',
),
'aliases' =>
array (
'Form' => 'Collective\\Html\\FormFacade',
'Html' => 'Collective\\Html\\HtmlFacade',
),
),
'maatwebsite/excel' =>
array (
'providers' =>
array (
0 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
),
'aliases' =>
array (
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/termwind' =>
array (
'providers' =>
array (
0 => 'Termwind\\Laravel\\TermwindServiceProvider',
),
),
'socialiteproviders/manager' =>
array (
'providers' =>
array (
0 => 'SocialiteProviders\\Manager\\ServiceProvider',
),
),
); Problem analysis
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@driesvints: I don't know why this is moved to discussions from #45209? Because this is a bug in FileSystem replace() function. I'm not seeking for an answer, I'm reporting a bug. But if Laravel is not wanting bug reports anymore, ok that's fine with me. |
Beta Was this translation helpful? Give feedback.
@driesvints: I don't know why this is moved to discussions from #45209? Because this is a bug in FileSystem replace() function.
I'm not seeking for an answer, I'm reporting a bug.
But if Laravel is not wanting bug reports anymore, ok that's fine with me.