Hi,
I began to read the tutorial. Thank you very much for it! It is easy to read and easy to start with the tools and the step-by-step tutorial!
I made the codespace on github. OK.
I generated my app with my custom name with your generator. OK.
On editing the text of PageController.php I got some errors on my docker:
I get this error, if I remove the line:
use OCA\MYAPPNAME\AppInfo\Application;
In the tutorial, this line is missing.
The same happens with this code:
return new TemplateResponse(
'helloworld',
'index',
['myMessage' => $getParameter]
);
I think it is because my application’s name isn’t “helloworld”. If I replace it with
Application::APP_ID
it works.
I was trying to find this project on github to open an issue, but I am not able to find it