BOOM ZONE BD - cPanel One-Click Installer

IMPORTANT:
This package contains the Laravel 12 application skeleton and an installer.
For a true one-upload/run deployment, the hosting must have Composer available
(or the Laravel vendor directory must already be installed).

cPanel:
1. Upload this ZIP to public_html and Extract.
2. Point the domain/document root to the project's public/ directory if your host allows it.
3. Open /install.php.
4. Enter MySQL database details.
5. Installer creates .env and runs composer install + key:generate + migrate.
6. Delete install.php after success.

If shell_exec/composer is disabled by hosting, run from Terminal/SSH:
composer install --no-dev --optimize-autoloader
php artisan key:generate --force
php artisan migrate --force

SQL:
boom_zone_bd.sql is included for manual phpMyAdmin import.

NOTE:
This installer cannot bundle Laravel's vendor directory because Composer dependencies
are host/PHP specific and are intentionally not included in source deployments.
