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

[Suggestion] Fluent API for considering authorization #1

Closed
themsaid opened this issue Mar 24, 2016 · 1 comment
Closed

[Suggestion] Fluent API for considering authorization #1

themsaid opened this issue Mar 24, 2016 · 1 comment

Comments

@themsaid
Copy link

Something like:

Menu::new()
    ->link('/', 'Home')
    ->linkIfCan('/products', 'Products', 'review_products');
    ->linkIfCan('/inventory', 'Inventory', ['check_inventory', 'update_inventory']);

Nice package by the way 👍

@sebastiandedeyne
Copy link
Member

Moved and answered in the laravel-menu repository: spatie/laravel-menu#2

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