NOTE: Code is in the dev branch
A json headless CMS built on the f3 framework
alpha build.
v.0.0.0.3-alpha
- Download files
- Install Composer
- Run
composer install
orcomposer update
to install required files. - Point your http server to the /public folder.
- Add your DB config to the user.cfg file.
- Visit tadl.site/json/setup/tables_install
- Visit tadl.site/, tadl.site/json, or tadl.site/cp
-
You can install tables -- visiting /json/setup/tables_install
-
You can build ajax based themes -- Put your theme in app\ui\themes\something and assign the theme to your site 0 data in the sites table. -- Your theme should use hte TADL json endpoint system to register json functions to use --- Default themes for frontend: Alice in /ui/themes/Alice --- Default themes for admin: RedQueen in /ui/themes/RedQueen
-
You can add JSON endpoints programmaticly via TADL class -- Register 'exposed' functions that should be accessible via json. -- Look at the setup class for an example of how to do this.
-
You can use Event hooks in your classes to allow other developers to extend them without modifying your code.
-
You can load custom configs from within your plugin (plugin system not up yet).