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 dev
Change QUEUE_CONNECTION in .env from sync to database
Open new terminal and run this command -
php artisan queue:listen #this is for local development
Open new terminal and run this command -
php artisan schedule:work
Notes:
Please refresh page 20 second after first run.