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
> @php artisan package:discover
[LogicException]
You must call one of in() or append() methods before iterating over a Finder.
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Installation failed, reverting ./composer.json to its original content.
fresh laravel 5.5.13 on WAMP with PHP 7.1
The text was updated successfully, but these errors were encountered:
From what I could tell, it has to do with trying to traverse the themes folder during service registration when that folder hasn't yet been created. Changing the singleton registration to the following apparently fixes the issue:
fresh laravel 5.5.13 on WAMP with PHP 7.1
The text was updated successfully, but these errors were encountered: