LaravelEasyNav icon indicating copy to clipboard operation
LaravelEasyNav copied to clipboard

Making managing navigation in Laravel easy.

Results 6 LaravelEasyNav issues
Sort by recently updated
recently updated
newest added

i ran into a situation where i need to totally remove most of my inactive class and be replaced by an active class and vice versa so i added one...

In the example section of the documentation, `urlContains()` should be `urlDoesContain()`. Related issue: #8

This would be like `hasSegment()` but instead would check all segments. This would differ from `urlDoesContain()` because it only matches full segments.

new feature

I have two URLs http://127.0.0.1:8000/roles Nav::isResource('roles') http://127.0.0.1:8000/roles-assignment Nav::isResource('roles-assignment') But when I am on the roles-assignment URL the Nav::isResource('roles') also return active. How to resolve this permanently?