Vishal Tyagi

Topic

shared-hosting

6 items across this site.

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.

Shared hosting is a product constraint, not an insult

You don't always get systemd.

Webhook Deploys Without CI/CD

Automatic git-pull deployments on shared hosting: GitHub webhook → Laravel endpoint → queued RunDeployment job, and when that pattern is (and is not) appropriate.

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.

Hash-Check a Laravel File on Every Boot

Add a ServiceProvider that SHA-256 checks a critical file, webhooks on mismatch, and heartbeats on success — a shared-hosting substitute for OS-level FIM.

Keep Laravel Queues Alive on Shared Hosting

Build a tiny Node.js supervisor that restarts php artisan queue:work when your host won't give you systemd — then prove it with a log...