Upgrade from 1.2.1 > 1.2.5 #1097
samcoppock
started this conversation in
General
Replies: 1 comment 4 replies
-
@samcoppock why do you have the custom service provider defined in the config/app.php providers array? Can you share it here? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried upgrading from v 1.2.1 > 1.2.5
I have done it simply with composer update
and also done it by getting a copy of 1.2.5 and copying over all files which were changed between the versions ( since composer only updates vendor files ) and then running composer update
in both cases when i try and run artisan cache:clear or look at the website i get this
"Class "XXX\YYY\Classes\ServiceProvider" not found"
Where XXX is the author name we use and YYY is one of the plugin folders
I have tried composer dump-autoload
"XXX\YYY\Classes\ServiceProvider" is defined in config/app.php providers array
Beta Was this translation helpful? Give feedback.
All reactions