PHP · Laravel · CMS
Laravel under real hosting constraints.
School sites, queues without systemd, webhook deploys, Filament-era admin. The constraint is the product.
The product is the constraint: exams, shared hosting, Filament-era admin. Eloquent tutorials are not this page.
Laravel work →Why this desk, not a generic portfolio
| Typical | Here |
|---|---|
| Fresh Laravel + Breeze | CMS that has to survive shared hosting and exams |
| Eloquent tutorials | Queue runner + webhook deploy as an operating system |
Proof for this desk
School CMS on Shared Hosting
Production school CMS — Laravel 11 and Filament v3 with RBAC, galleries, announcements, webhook auto-deploy, and php-ghost-wall integrity checks on shared hosting.
Laravel Queue Worker on Shared Hosting
A small Node.js process manager that spawns and restarts Laravel's queue worker on shared hosting where Supervisor/systemd are unavailable.
PHP Ghost Wall
Composer package for Laravel that hash-checks a monitored file on every boot, POSTs a tamper alert if it changed, and phones home with server metadata — built for shared hosting without CI file watchers.
Schema-Driven School CRUD GUI
Class-project desktop GUI that introspects SQLite at runtime and generates navigation, CRUD forms, and tables dynamically — closer to a tiny low-code engine than hand-built screens.