==================================================== SureCommerce - CMS & Ecommerce Platform Quick Start Guide ==================================================== Thank you for purchasing SureCommerce! QUICK START FOR REVIEWERS/TESTERS: =================================== Method 1: Docker (Recommended - Fastest) ----------------------------------------- 1. Install Docker Desktop 2. Extract files and navigate to folder 3. Run: docker-compose up -d 4. Run: docker exec -it _php composer install 5. Run: docker exec -it _php php artisan cms:install 6. Access: http://localhost:9059/admin Method 2: XAMPP/MAMP/WAMP -------------------------- 1. Extract files to htdocs folder 2. Create a database via phpMyAdmin 3. Copy .env.example to .env 4. Edit .env: set database credentials and APP_URL 5. Run: composer install 6. Run: php artisan cms:install 7. Run: php artisan queue:work --queue=high,default (keep this running) 8. Access: http://localhost//public/admin ADMIN LOGIN: ============ After running "php artisan cms:install", admin credentials will be displayed in the terminal. Please save them! IMPORTANT NOTES: ================ * Mail Configuration: Configure via Admin Panel -> Settings -> Email Configuration (No need to edit .env file for mail settings) * Queue Workers: For testing, run "php artisan queue:work --queue=high,default" in a separate terminal. For production, configure Supervisord (see install.html). * PHP Requirements: PHP 8.4+ with extensions: gd, imagick, curl, zip, json, mbstring DOCUMENTATION: ============== Full installation guide: documents/install.html User manual: documents/user-guide.html FAQ: documents/faq.html SUPPORT: ======== For issues or questions, please check: - documents/faq.html for quick answers - storage/logs/laravel.log for error details - Troubleshooting section in documents/install.html - Contact support via your CodeCanyon account with PHP version and error logs Thank you! (c) 2026 DreamTeam