﻿DEPLOYMENT INSTRUCTIONS
=======================

1. Extract this zip file to your web server directory

2. Set proper permissions:
   - storage/ and bootstrap/cache/ should be writable (755 or 775)
   - All files should be readable

3. Copy .env.example to .env and configure:
   - Database connection
   - APP_KEY (run: php artisan key:generate)
   - APP_URL
   - Other environment variables

4. Run the setup wizard:
   - Navigate to: https://yourdomain.com/setup
   - Follow the installation wizard
   - The system will detect existing databases and pending migrations

5. After installation:
   - Run: php artisan config:cache
   - Run: php artisan route:cache
   - Run: php artisan view:cache

IMPORTANT NOTES:
- The mobile app (afrilen_mobile_app) is NOT included in this package
- Only run migrations if you're setting up a new database
- If using existing database, check "Use existing database" during setup
- The system will automatically detect pending migrations

