@echo off
REM PHP 8.2 (from Ampps) with the extensions Laravel/Filament need but that the
REM system php.ini leaves disabled. Use this instead of a bare `php` on this machine,
REM since the `php` on PATH is 7.4 and cannot run Laravel 12.
"C:\Program Files\Ampps\php\php.exe" -d extension=zip -d extension=gd -d extension=intl %*
