Getting Started
Installation
Go to the root directory of your Joomla installation on the command line and execute this command:
$ composer require joomlatools/framework:3.*
Note: Assuming you have Composer already installed.
Showcase
The best way to showcase the core functionality of the Joomlatools Framework is to show you step by step how to build something real.
Building a Todo management extension will help get you acquainted with the fundamental concepts and some of the more advanced features that the framework provides.
Setup
To help you get moving we suggest that you have our Vagrant box installed.
Open the web terminal:
http://joomla.box:3000
Create a new Joomla site
$ joomla site:create todo
- Install the Joomlatools Framework:
$ composer require --working-dir=/var/www/todo joomlatools/framework:3.*
That's it! Your Joomla site is now available at http://joomla.box/todo/. You can login as Super Administrator using admin
as both username and password.
Example extension
Explore the Frontend and Backend guides of our example extension.
Need Help?
Let our developers personally assist you. You can ask development related questions in our Support Center. Only for Business or Agency subscribers.