We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example, I has routers list:
- admin.article - admin.article.list - admin.article.view
And my menus list:
$menu->dropdown(trans('Article'), function ($sub) { $sub->route('admin.article.list', trans('List'), [], 1, []); }, 2, []);
When i vitsited to router:admin.article.view, menu Article do not add class "active".
admin.article.view
Article
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example, I has routers list:
And my menus list:
When i vitsited to router:
admin.article.view
, menuArticle
do not add class "active".The text was updated successfully, but these errors were encountered: