Controller
class Controller 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
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from
Controller
Response
show(Request $request)
Handle a generic export request.
Model
getQuery()
Get the query for the model to export.
Export
getExport(array $ids)
Get the new export instance.
string
getExportFilename()
Get the filename of the export archive.
bool
isAllowed()
Determine if this kind of export is allowed by the config.
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).
in
Controller at line 15
protected RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line 16
Response
show(Request $request)
Handle a generic export request.
at line 43
protected Model
getQuery()
Get the query for the model to export.
at line 54
protected Export
getExport(array $ids)
Get the new export instance.
at line 64
protected string
getExportFilename()
Get the filename of the export archive.
at line 74
protected bool
isAllowed()
Determine if this kind of export is allowed by the config.