entrust
entrust copied to clipboard
vendor:publish in Laravel 5.5
Documentation states to run php artisan vendor:publish but it doesn't show up as a provider or tag.
I register the same problem. Have you solved it?
I have the same issue.
It shows up as a provider for me
me too
me to
Use this? php artisan vendor:publish --provider="Zizaco\Entrust\EntrustServiceProvider"
You need to run config:cache after setting alias and provider on config/app.php