PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

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

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

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!