PermissionController
class PermissionController extends Controller
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Methods
__construct()
No description
Response
index()
Display a listing of the resource.
Response
create()
Show the form for creating a new resource.
Response
store(Request $request)
Store a newly created resource in storage.
RedirectResponse|Redirector
show($id)
No description
Factory|View
edit($id)
No description
RedirectResponse
update(Request $request, $id)
No description
RedirectResponse
destroy($id)
No description
Details
at line 13
__construct()
at line 22
Response
index()
Display a listing of the resource.
at line 39
Response
create()
Show the form for creating a new resource.
at line 56
Response
store(Request $request)
Store a newly created resource in storage.