The first shippable cut
Everything below existed only as a plan until today. This is PlugPHP as a working, clonable kit — eight modules, a browser installer, and the agent rulebook that keeps `core/` off limits.
Added
- Eight core modules: Home, About, Services, Projects, Blog, Contact form, Auth, and Admin dashboard.
- Browser-based installer at
/install.php— checks the environment, tests the database connection, runs migrations, seeds demo content, and creates the first admin user. - A root
SKILL.mdplus one per module — the rulebook an agent reads before it writes a line of styling. - No build step:
vendor/is committed, so a clone or a ZIP download runs as-is. - Support for PHP 8.0+, MySQL 5.7.8+ / MariaDB 10.2+, and Apache with
mod_rewrite. - Released under GPL-3.0.