// this is the default callback
CompactRouteList::setFilterCallback(static function (array $route, $filter): bool {
return \Illuminate\Support\Str::contains($route['uri'], $filter);
});
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.