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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
So I've installed this package to try and understand how extensions work.
I can see how the backend controller, HelloController is working. However, SiteController I am at a loss. Based on the route names, and the node name, I figured I could access the following:
But none of these routes appear to be available. I've compared this to the blog extension and the nodes section of index.php appears to be set up similarly that it should be accessible. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
After a lot of working through the same problem, I think it's partly to do with not pulling from the develop branch. Yesterday extension-hello did not work for me, today I reinstalled everything, and now it works.
So I've installed this package to try and understand how extensions work.
I can see how the backend controller,
HelloController
is working. However,SiteController
I am at a loss. Based on the route names, and the node name, I figured I could access the following:/hello
➡️SiteController indexAction
/hello/greet/fakename
➡️SiteController greetAction
/hello/json
➡️SiteController jsonAction
etc
But none of these routes appear to be available. I've compared this to the blog extension and the
nodes
section ofindex.php
appears to be set up similarly that it should be accessible. Am I doing something wrong?The text was updated successfully, but these errors were encountered: