Méthode |
Description |
|
assign ( string $sitePath, string $siteName, string $uri ) : ValetDriver | null |
Find a driver that can serve the incoming request. |
|
driversIn ( string $path ) : array |
Get all of the driver classes in a given path. |
|
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string |
Get the fully resolved path to the application's front controller. |
|
isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false |
Determine if the incoming request is for a static file. |
|
mutateUri ( string $uri ) : string |
Mutate the incoming URI. |
|
serveStaticFile ( string $staticFilePath, string $sitePath, string $siteName, string $uri ) : void |
Serve the static file at the given path. |
|
serves ( string $sitePath, string $siteName, string $uri ) : boolean |
Determine if the driver serves the request. |
|