ServeFile
class ServeFile (View source)
Methods
__construct(string $disk, array $config, bool $isProduction)
Create a new invokable controller to serve files.
bool
Details
__construct(string $disk, array $config, bool $isProduction)
Create a new invokable controller to serve files.
protected bool
hasValidSignature(Request $request)
Determine if the request has a valid signature if applicable.