LogsController
class LogsController extends Controller
Traits
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
from
Controller
Response
index(Request $request)
Shows the available logfiles.
Response
show($file)
Shows a specific logfile.
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 20
Response
index(Request $request)
Shows the available logfiles.
at line 71
Response
show($file)
Shows a specific logfile.