appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Cannot declare class Illuminate\Session\SessionManager #59

Closed fridzema closed 6 years ago

fridzema commented 6 years ago

Hello,

When i execute php artisan opcache:optimize in the terminal i get normal output: 892 of 1055 files optimized But every time i do this, there is a log written with: Cannot declare class Illuminate\Session\SessionManager, because the name is already in use

Any idea whats causing this?

chrisLeeTW commented 6 years ago

Hi, I have also the same problem, but with different class.

Cannot declare class Illuminate\Support\ServiceProvider, because the name is already in use