Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class "App\Http\Livewire\LivewireSelect" not found #46

Closed
protoapostoli opened this issue Nov 26, 2022 · 1 comment
Closed

Class "App\Http\Livewire\LivewireSelect" not found #46

protoapostoli opened this issue Nov 26, 2022 · 1 comment

Comments

@protoapostoli
Copy link

I followed your directions in the Readme and this is the error I get:

Class "App\Http\Livewire\LivewireSelect" not found

I'm certain it's an issue with the namespace or the use class thing, but I'm too new at this to know what to do with it. They're currently set to:

namespace App\Http\Livewire;

use Livewire\Component;

Any help would be greatly appreciated.

@protoapostoli
Copy link
Author

Never mind. Solved my own problem.

For anyone looking later on, add the following:

use Asantibanez\LivewireSelect\LivewireSelect;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant