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
Error thrown after composer update / install. A file is missing that's referenced in the package's composer.json : 'tests/Confide/helper.php'. For the time being, I just ran composer update, removed that file from the list in /vendor/zizaco/confide/composer.json, /vendor/composer/autoload_files.php, and /vendor/composer/installed.json, ran the unfinished php artisan clear-compiled and php artisan optimize. It went just fine after that.
The text was updated successfully, but these errors were encountered:
Error thrown after composer update / install. A file is missing that's referenced in the package's composer.json : 'tests/Confide/helper.php'. For the time being, I just ran
composer update
, removed that file from the list in/vendor/zizaco/confide/composer.json
,/vendor/composer/autoload_files.php
, and/vendor/composer/installed.json
, ran the unfinishedphp artisan clear-compiled
andphp artisan optimize
. It went just fine after that.The text was updated successfully, but these errors were encountered: