Topic
laravel
8 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.
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...
Boot-Time Code Integrity in Laravel
SHA-256 hash-check a critical file on every Laravel boot and webhook a tamper alert — when the pattern helps on shared hosting, and the...
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...