wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
925 stars 72 forks source link

Invalid argument supplied for foreach() #34

Closed SefionITServices closed 3 years ago

SefionITServices commented 3 years ago

Error at : SpotlightServiceProvider.php:35

Error:

foreach (config('livewire-ui-spotlight.commands') as $command) {

            Spotlight::registerCommand($command);

        }
PhiloNL commented 3 years ago

Unable to replicate.