PhpFileLoader
class PhpFileLoader extendsFileLoader
PhpFileLoader loads routes from a PHP file.
The file must return a RouteCollection instance.
Methods
RouteCollection
load(mixed$file,string$type =null)
Loads a PHP file.
bool
supports(mixed$resource,string$type =null)
No description
RouteCollection
callConfigurator(callable$result,string$path,string$file)
No description