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
Next, ensure your ``src/Application.php`` has been updated to have the same
96
-
method signatures as the one found in cakephp/app. You can find the current
97
-
`Application.php
98
-
<https://github.com/cakephp/app/blob/4.x/src/Application.php>`__ on GitHub.
95
+
Next, ensure your files have been updated to have the same
96
+
method signatures as those found in cakephp/app.
97
+
98
+
#. ``src/Application.php`` at `Application.php <https://github.com/cakephp/app/blob/4.x/src/Application.php>`__ on GitHub.
99
+
#. ``config/app.php`` at `app.php <https://github.com/cakephp/app/blob/4.x/config/app.php>`__ on GitHub.
100
+
#. ``config/bootstrap.php`` at `bootstrap.php <https://github.com/cakephp/app/blob/4.x/config/bootstrap.php>`__ on GitHub.
101
+
#. ``config/paths.php`` at `paths.php <https://github.com/cakephp/app/blob/4.x/config/paths.php>`__ on GitHub, where ``RESOURCES`` needs to be defined.
102
+
#. ``config/routes.php`` at `routes.php <https://github.com/cakephp/app/blob/4.x/config/routes.php>`__ on GitHub.
99
103
100
104
If you are providing some kind of REST API, don't forget to include the
101
105
:ref:`body-parser-middleware`. Finally, you should consider upgrading to the new
0 commit comments