We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77bf388 + d49ac89 commit a80152aCopy full SHA for a80152a
1 file changed
config/routes.php
@@ -26,8 +26,8 @@
26
27
/*
28
* This file is loaded in the context of the `Application` class.
29
- * So you can use `$this` to reference the application class instance
30
- * if required.
+ * So you can use `$this` to reference the application class instance
+ * if required.
31
*/
32
return function (RouteBuilder $routes): void {
33
@@ -72,8 +72,8 @@
72
* $builder->connect('/{controller}/{action}/*', []);
73
* ```
74
*
75
- * You can remove these routes once you've connected the
76
- * routes you want in your application.
+ * It is NOT recommended to use fallback routes after your initial prototyping phase!
+ * See https://book.cakephp.org/5/en/development/routing.html#fallbacks-method for more information
77
78
$builder->fallbacks();
79
});
0 commit comments