This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
forked from joomla-extensions/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 30
017. Adding Actions
Astrid edited this page Nov 9, 2019
·
2 revisions
Now, we want to create a view on the front end.
Newly created files
No new files were added in this chapter.
Modified files
administrator/components/com_foos/View/Foo/HtmlView.php
administrator/components/com_foos/View/Foos/HtmlView.php
administrator/components/com_foos/foos.xml
administrator/components/com_foos/language/en-GB/en-GB.com_foos.ini
Click here to see all changes compared to the last chapter.
Now you can zip all files and install them via Joomla Extension Manager. After that you can see a link to your component in the left side menu. Clicking on this link will open the basic backend view.
Now we have . Up to now we have no . We are going to work on this in the next chapter.