Tutorials for invokable controllers
-
· 1 min readInvokable Controllers with One Specific Action
-
July 29, 2022 · 6:29 minsVideo: Laravel Controller Structure: Invokable Class with Protected Methods
-
Code example: driesvints/driesvints.com
Files in the example
-
app/Http/Controllers/PostController.php
-
routes/web.php
-
-
Code example: Gummibeer/gummibeer.de
Files in the example
-
app/Http/Controllers/Blog/IndexController.php
-
routes/web.php
-
-
Code example: christophrumpel/larastreamers
Files in the example
-
app/Http/Controllers/PageHomeController.php
-
routes/web.php
-
-
Code example: bytefury/crater
Files in the example
-
routes/web.php
-
app/Http/Controllers/V1/Invoice/InvoicePdfController.php
-
-
Code example: pterodactyl/panel
Files in the example
-
app/Http/Controllers/Admin/Nodes/SystemInformationController.php
-
routes/admin.php
-