Vishal Tyagi

Topic

php

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.

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...