AdminController
class AdminController 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
mixed
index(Request $request)
Shows the list of subscribers page.
mixed
create()
Shows the create newsletter view.
mixed
edit($id)
Shows the edit newsletter view.
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 19
mixed
index(Request $request)
Shows the list of subscribers page.
at line 46
mixed
create()
Shows the create newsletter view.
at line 63
mixed
edit($id)
Shows the edit newsletter view.
@@param int $id