Guide to Git Source Conversion and Configuration Refresh
Step 1: Convert Git Source
- Change the Git source URL to the new address:
git remote set-url origin https://github.com/AikoPanel/AikoPanel
- Switch to the master branch:
git checkout master
- Run the update script:
./update.sh
Step 2: Refresh Configuration and Restart the Queue
- Clear the configuration cache:
php artisan config:clear
- Create a configuration cache:
php artisan config:cache
- Finish and restart the queue service:
php artisan horizon:terminate
Be sure to follow each step carefully to ensure a smooth conversion process.