This video shows how to start developing your own component for Joomla 4. You will first need to install the Joomla 4 CMS on a hosting or local web server.
00:00 Summary of the previous video
00:28 Where to get the source code of the component for CMS Joomla 4
01:21 What you need to write a component for CMS Joomla 4
01:50 How the presentation of the material on writing a component for the Joomla 4 CMS is constructed
02:29 Creating the root directory of the component for CMS Joomla 4
03:07 Joomla 4 CMS Component Manifest file
07:29 Service provider file admin/services/provider.php
10:31 Controller File admin/src/Controller/DisplayController.php
13:38 View file admin/src/View/Hello/HtmlView.php
15:43 Display template file admin/tmpl/hello/default.php
17:12 Creating a component boot package for the Joomla 4 CMS
17:59 Downloading and installing a ready-made component in the Joomla 4 CMS
18:52 Checking the component in the Joomla 4 CMS
19:12 Plans for further development of the written component for the Joomla 4 CMS
19:33 How and where to find the created component in the Joomla 4 admin panel
20:18 Where are the component files in the file structure of the site
21:37 Conclusions on how to create your own component for the Joomla 4 CMS
23:00 My Contacts
#component #Joomla #Joomla4 #programming #CMS #View #admin #Controller #DisplayController #services #provider #default #MVC #development