JeffBeltran / sanctum-tokens

Simple Nova Plugin to generate a Laravel Sanctum Personal Access Token
https://novapackages.com/packages/jeffbeltran/sanctum-tokens
51 stars 25 forks source link

Can not Create Token #5

Closed MikeCraig418 closed 4 years ago

MikeCraig418 commented 4 years ago

Clicking the button does nothing.

image

JeffBeltran commented 4 years ago

hey thanks @949mac for the feedback,

does this happen when you click on the "create token" button? or is this after you enter a name?

Also the way i have it right now is that it assumes your User::class is under the default /app/ namespace.

just trying to gather info so i could troubleshoot this from my end

Cheers

JeffBeltran commented 4 years ago

Hey @949mac i'm going to close this but if you can get me more info i'd be happy to take a look.

Thanks

MikeCraig418 commented 3 years ago

Hey -- sorry, a php artisan optimize fixed the issue. Thanks again!