yes tried all the steps in the documentation as well as any posted solution u could find. still get the error
Dont run composer update
unless you want to potentially update all dependencies.
Optional composer update
Thank's
Hi,
I have the same error.
When i tried to run composer dump-autoload i get: -bash: composer: command not found
I run the commands on the project folder
What i need to do?
Thanks
Could you solve it? I have the same problem and I could not solve it.
C:\path_project\project> php artisan vendor:publish --provider="Collective\Remote\RemoteServiceProvider"
[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Collective\Remote\RemoteServiceProvider' not found
C:\path_project\project> composer update
[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Collective\Remote\RemoteServiceProvider' not found
Script php artisan clear-compiled handling the pre-update-cmd event returned with error code 255
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community