Méthode |
Description |
|
findNewestLocalLogfile ( $path ) : mixed |
Get the path to the latest local Laravel log file. |
|
getArguments ( ) : array |
Get the console command arguments. |
|
getOptions ( ) : array |
Get the console command options. |
|
getPath ( string $connection ) : string |
Get the path to the Laravel log file. |
|
getRemote ( string $connection ) : Collective\Remote\Connection |
Get a connection to the remote server. |
|
getRoot ( string $connection ) : string |
Get the path to the Laravel install root. |
|
tailLocalLogs ( string $path ) : string |
Tail a local log file for the application. |
|
tailLogFile ( string $path, string $connection ) : void |
Tail the given log file for the connection. |
|
tailRemoteLogs ( string $path, string $connection ) : void |
Tail a remote log file at the given path and connection. |
|