========================================
 WebSparkIT - PHP 8.2 Deployment
========================================

Upload ALL contents to public_html/ and extract.

SSH / cPanel Terminal:
  cd laravel
  php artisan key:generate
  php artisan storage:link
  chmod -R 755 ../storage ../bootstrap/cache
  php artisan optimize:clear

Troubleshoot:
  - Visit /test.php to check PHP works
  - Set APP_DEBUG=true in laravel/.env to see errors
  - Ensure PDO MySQL extension is enabled in PHP settings

Login: admin@websparkit.com / password
