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

No hint path defined for [filament-sanctum]. #1

Closed
putheakhem opened this issue Dec 5, 2022 · 3 comments
Closed

No hint path defined for [filament-sanctum]. #1

putheakhem opened this issue Dec 5, 2022 · 3 comments

Comments

@putheakhem
Copy link

After Installing, I got this message "No hint path defined for [filament-sanctum]."

@EmilioBravo
Copy link

same here

@uzsoftic
Copy link

Any solution?

@gogo0618
Copy link

src/SanctumServiceProvider.php - should look like this, hasViews() is missing :
public function configurePackage(Package $package): void
{
$package
->name('filament-sanctum')
->hasViews()
->hasConfigFile()
->hasAssets('filament-sanctum')
->hasTranslations();
}

Kristories added a commit that referenced this issue Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants