I had a similar problem. Try Composer update and then do composer dump-autoload
Avoid composer update unless you're okay with getting new versions of vendor code. composer dump-autoload
should do the trick as recommended by CarthagianTraveler. Add the -o
option to optimize.
I just have the answer... The class SparkPostTransport is in a file named SparkpostTransport.php
So the filename isn't correct... I've submitted a pull-request.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community