You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="ps-3 ms-3">For more details on configuration, refer to the <a href="?page=documentation/confyml">conf.yml documentation</a>.</div>
42
+
</div><br/>
43
43
44
44
### **Creating a controller**
45
45
@@ -71,13 +71,15 @@ class ExtensionDashboardController extends Controller
71
71
```
72
72
- This controller defines a `getData()` method that returns a JSON response.
73
73
74
-
<div class="p-2 border-start border-4 mb-5">
75
-
<i class="bi bi-globe text-primary me-1"></i>
76
-
For advanced controller techniques, see the <a href="https://laravel.com/docs/10.x/controllers">Laravel controller documentation</a>.
77
-
<br/>
78
-
<i class="bi bi-globe text-primary me-1"></i>
79
-
For different response types (redirects, files, etc.), refer to <a href="https://laravel.com/docs/10.x/responses">Laravel HTTP responses documentation</a>.
- All routes registered in this file are automatically prefixed with `/extensions/{identifier}`.
96
98
- This example registers a new GET route accessible at `/extensions/{identifier}/data` and connects it to the `getData` function from `ExtensionDashboardController`.
0 commit comments