Open source Joomla 5 component for a basic movie and TV database. GPL-3.0-or-later.
- Place this folder anywhere on your machine, e.g. E:\Website\Joomla Extends\com_cinematica
- Use the included build script to create a distributable zip.
- Commit to Git:
git init && git add . && git commit -m "Initial commit"
- Windows PowerShell:
./build.ps1 - Result:
dist/com_cinematica.zip
- This is an MVP: Movies CRUD is functional. TV shows, seasons, episodes are planned.
- License: GPL-3.0-or-later
Testing my first commit :)