This example is using KuCoin API. This project is using Livewire and Tailwind CSS.
composer install
cp .env.example.env
php artisan key:generate
php artisan migrate
npm install
npm run devChange QUEUE_CONNECTION in .env from sync to database
Open new terminal and run this command -
php artisan queue:listen #this is for local developmentOpen new terminal and run this command -
php artisan schedule:workNotes:
Please refresh page 20 second after first run.