File manager - Edit - /var/www/payraty/hris/vendor/rachidlaasri/laravel-installer/src/Helpers/functions.php
Back
<?php if (! function_exists('isActive')) { /** * Set the active class to the current opened menu. * * @param string|array $route * @param string $className * @return string */ function isActive($route, $className = 'active') { if (is_array($route)) { return in_array(Route::currentRouteName(), $route) ? $className : ''; } if (Route::currentRouteName() == $route) { return $className; } if (strpos(URL::current(), $route)) { return $className; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings