Question By
Solved

DevDojo Auth package Unable to locate a class or view for component

Solved
brianh

Jul 19th, 2025 01:37 PM

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.

tnylea

Jul 20th, 2025 12:04 PM

Best Answer

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!