Summary
In this chapter, we learned how to put together all the work we have done in this book and create a package to distribute our extensions to the world.
We learned how to push changes to the user database structure to add new features or fix existing bugs. Joomla! helps a lot with this as it provides proper tags and mechanisms so that we can focus on the database code.
Finally, we learned how to create an update server to notify users about new releases and how to protect extension updates behind a paywall just using Joomla! code.
After all these chapters, I hope you found this content helpful and that you have a grasp of the basics regarding how to develop Joomla! solutions for your next projects.
In this book, we tried to provide a guide for extension development as close as possible to Joomla’s coding standards and architecture in the simplest way possible. A great way to learn more about Joomla! extension development is going to GitHub and helping with...