You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RuntimeException]
Could not scan for classes inside "/Applications/MAMP/htdocs/www.pi.com/vendor/seta0909/laravel-zhconverter/src/migrations" which does not appear to be a file nor a folder
composer.json is incorrect. The classmap should be
"classmap": [
"src/"
],
, not src/migrations.
The text was updated successfully, but these errors were encountered:
error in composer update
composer.json is incorrect. The classmap should be
, not
src/migrations
.The text was updated successfully, but these errors were encountered: