diff --git a/admin/Controller/Roadmap.php b/admin/Controller/Roadmap.php new file mode 100644 index 0000000..afbf4fa --- /dev/null +++ b/admin/Controller/Roadmap.php @@ -0,0 +1,19 @@ +"; + print_r("Simple display task for Roadmap"); + echo ""; + } +} \ No newline at end of file diff --git a/admin/Dispatcher.php b/admin/Dispatcher.php new file mode 100644 index 0000000..13cf39a --- /dev/null +++ b/admin/Dispatcher.php @@ -0,0 +1,11 @@ +"; -print_r('Say hello to the world of the simpliest components!'); -echo ""; \ No newline at end of file +use Joomplace\X\ComponentStarter; + +ComponentStarter::startup(Dispatcher::class, 'Roadmap', __DIR__ . DIRECTORY_SEPARATOR . 'migrations'); \ No newline at end of file