🔍 Laravel Deployment Diagnostics
This script checks common deployment issues. Delete this file after use!
1. PHP Configuration
✓
PHP Version: 8.3.25
✓
Required PHP Extensions:
All required extensions are installed
2. File System
✗
Laravel Root:
Cannot find Laravel installation. Make sure this file is in the public/ directory.
3. Web Server
ℹ
Server Software: Apache
ℹ
Document Root: /home/wolke654685/public_html/wolkesuite.com
4. Laravel Configuration
5. Recommendations
💡
Next Steps:
- Run:
php artisan migrate --force to set up database
- Run:
php artisan config:cache to optimize configuration
- Run:
php artisan route:cache to optimize routes
- Run:
php artisan view:cache to optimize views
- Ensure document root points to
/public directory
- Set up SSL certificate (HTTPS)
⚠️ DELETE THIS FILE (diagnose.php) AFTER USE! ⚠️
This file exposes sensitive server information
For more help, see: DEPLOYMENT_TROUBLESHOOTING.md