Libraries tagged by phattarachai
phattarachai/laravel-mobile-detect
168930 Downloads
Desktop/mobile user agent parser with support for Laravel, based on MobileDetect
phattarachai/line-notify
32910 Downloads
PHP and Laravel API for Line application notification.
phattarachai/thaidate
45386 Downloads
A Laravel, PHP package for thaidate() function
phattarachai/filament-thai-date-picker
2137 Downloads
FilamentPHP Thai Date Picker Form Component
phattarachai/watchtower-laravel
661 Downloads
Laravel client for the Watchtower self-hosted Sentry-compatible exception tracker. Wires up sentry/sentry-laravel and a same-origin browser tunnel that dodges ad blockers.
phattarachai/thai-id-card-validation
3400 Downloads
A Laravel and PHP package for validating Thai ID Card
phattarachai/mail-log-laravel
270 Downloads
Self-hosted outbound mail logger for Laravel — captures Mail + Notification sends, groups by Mailable class + model, ships its own Tailwind UI.
phattarachai/laravel-db-console
119 Downloads
An in-app web DB client for Laravel — browse tables and run guarded SQL, without Adminer.
phattarachai/laravel-cloudflare
147 Downloads
Purge the Cloudflare edge cache, toggle development mode, register tunnel DNS records, and sync WAF custom rules from artisan — built for apps behind a shared Cloudflare zone.
phattarachai/laravel-ai-docs
76 Downloads
Render a folder of markdown — your .ai/documents/ tree — as a searchable documentation site inside your Laravel app.
phattarachai/db-snapshot-sync-laravel
145 Downloads
Rebuild a Laravel dev database from production in one command — driver-aware dump sanitizer, sync orchestrator, and a token-protected internal snapshot API. Extends spatie/laravel-db-snapshots.
phattarachai/claude-tasks-laravel
32 Downloads
Headless Claude task runner for Laravel — declare a Task class (prompt + JSON schema + context), run it through the Claude Code CLI, get schema-validated JSON back. The model returns data; the app writes the database.
phattarachai/watchtower-core
9 Downloads
Framework-agnostic core for Watchtower: Sentry envelope parsing, event fingerprinting and shared value helpers.
phattarachai/task-runs-laravel
24 Downloads
In-app background-task status tracking for Laravel — opt-in jobs record task_runs rows with live progress, cooperative cancel, overlap + orphan guards, and a broadcast/poll UI contract.
phattarachai/laravel-env-secrets
4 Downloads
Encrypt .env. with Laravel's env:encrypt, mint the decryption key with a CSPRNG, and install it on a deploy box over ssh — all from one artisan command, without the key ever touching stdout, shell history, or a process argument.