🚀 Project Setup
Complete Setup for Server
1
Requirements
2
Dependencies
3
Configuration
4
Database
5
Complete
📋 System Requirements Check
✅
PHP Version (>= 8.3)
PHP 8.3.30 ✓
❌
Required PHP Extensions
Missing extensions/functions: sodium
Fix:
Install missing extensions (e.g., sudo apt-get install php8.4-sodium)
✅
Composer (>= 2.0)
Composer 2.8.11 ✓ (Location: /usr/local/bin/composer)
❌
Storage Permissions
Storage folder not writable
Fix:
sudo chmod -R 775 storage && sudo chown -R www-data:www-data storage
✅
Bootstrap Cache Permissions
Bootstrap cache writable ✓
⚠️ Action Required
Please fix the issues above before continuing. Run the suggested commands in your terminal, then click "Recheck Requirements".
🔄 Recheck Requirements
Next: Install Dependencies →