You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setCacheFile method on router, Alias Slim's Router (#15)
* Alias Slim's Router, allow setCacheFile method
Add an alias so that Slim\Router => 'router' so you can type hint the
Router in a controller. Pass any settings for for routerCacheFile to
the setCacheFile method to enable FastRoute’s cache.
* Update minimum Slim requirements to 3.4.0
Allows routerCacheFile
0 commit comments