active icon indicating copy to clipboard operation
active copied to clipboard

The helper class for Laravel applications to get active class base on current route

Results 4 active issues
Sort by recently updated
recently updated
newest added

Hi @letrunghieu, Thanks for creating this! When visiting a 404 page, I get the following error: ``` TypeError in_array(): Argument #2 ($haystack) must be of type array, string given (View:...

what if i wanna change the class name ? i want to use menu-activr class instead of active how to make this ?

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...

Hi, This will fix the issue below ```php TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given src\Active.php:230 vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:261 ```