Clone deriv.com trading graph and user dashboard. Use laravel
I'll help you create a Laravel application that mimics the deriv.com trading dashboard. Let's break this down into manageable components:
To get this working, you'll need to:
composer create-project laravel/laravel trading-app
cd trading-app
composer require laravel/breeze
php artisan breeze:install
npm install lightweight-charts
.env
and run migrations:php artisan migrate
php artisan serve
npm run dev
This implementation provides:
You can enhance this further by:
Would you like me to explain any particular part in more detail?