please run below commands:
composer installcp .env.example .envplease config env file for support database name and redis
composer php artisan key:generatecomposer php artisan migrate:fresh --seednpm installnpm run dev OR npm run devusername:
Password:
123456
To transfer data from Redis to the database, set this command as a border job on the server so that it transfers information to the database every 2 hours.
php artisan app:sync-redis-clicksplease add this in env:
REDIS_PREFIX=redis_