DevDojo Auth package Unable to locate a class or view for component
Hi guys,
I am having a strange issue with the DevDojo Auth package.
When navigating to the /auth/setup view, I recieve the following error: Unable to locate a class or view for component [phosphor-arrow-left-bold].
I tried to resolve this but cannot seem to figure it out. This is a brand new installation of Laravel with Jetstream.
Hey Brian,
That's interesting. This package should be installed: codeat3/blade-phosphor-icons
along with the Auth package.
You can find it here: https://github.com/codeat3/blade-phosphor-icons.
Can you try running composer require codeat3/blade-phosphor-icons
and let me know if that fixes the issue ;)
Thanks!