Laravel Version: 8
PHP Version: 8.1.5
Server & Version: Swoole
Database Driver & Version: Ubuntu
Steps To Reproduce:
Today I face some problem, that in octane active circumstances, if we add some new package to laravel, and reload the octane server, the new package seems not be installed to octane server.
My solution is stop and start the octane, and the package will be loaded, otherwise it will occur that class not found error.
So this in my opinion that today we install the package and we need restart the server, is right?