Forum


download demo component

Peter
1%
Posts: 1
Feedback
September 18, 2023

Hi

I found your tutorial about the Joomla component development:

https://www.techfry.com/resources/how-to-create-joomla-component

As I can see you build a component called com_stars.

Is there maybe a downloadable installer for that? It would be gread to check the whole package.

Thank you in advance.

Peter

Joomla Fry
100%
Posts: 935
September 20, 2023

Hello

Unfortunately, the component is not available to download. However, you can ask here for any queries or issues.

OE1 TKT
1%
Posts: 1
October 03, 2023

Hi! I just played with your B1 - https://www.techfry.com/joomla/adding-basic-files-for-component 

I renamed the component to com_depot and the default view to "parts", otherwise very similar. What I have found:

Unfortunately, there is no <?php tag at the beginning of most files, this could be a problem for beginners.There is also a missing line in the file /admin/src/Extension/StarsComponent.php; there have to be a starting line with the namespace, otherwise the provider.php only works with the MVCComponent and not with the extension of it.

You'll get an Error:An error has occurred. 0 Class "TechFry\Component\Stars\Administrator\Extension\StarsComponent" not found

So please add the line to the tutorial for the StarComponent.php file:namespace TechFry\Component\Stars\Administrator\Extension;

Thank you very much, BR Tom

Login to Reply