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

Sidebar Menu #1

Closed
rmclain opened this issue Oct 9, 2018 · 4 comments
Closed

Sidebar Menu #1

rmclain opened this issue Oct 9, 2018 · 4 comments

Comments

@rmclain
Copy link

rmclain commented Oct 9, 2018

I've installed bouncer and then followed the instructions to install Nova-Bouncer, but still, I am not seeing it show up in the sidebar. Is there something I'm missing from the install process?

@yakidahan

This comment has been minimized.

@yakidahan
Copy link
Member

I have updated the documentation, see the Basic Usage section.

@rmclain
Copy link
Author

rmclain commented Oct 11, 2018

I'm still getting an issue assigning a user to the role using the example you provided.

Non-static method Silber\Bouncer\Bouncer::role() should not be called statically

Update: nvm figured it out. Was using the wrong namespace. Updated to use Silber\Bouncer\BouncerFacade as Bouncer; and works fine. Thanks.

@yakidahan
Copy link
Member

All examples in the docs use the facade.

Try to add this:

use Silber\Bouncer\BouncerFacade as Bouncer;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants