DEV Community

Cover image for Laravel 8 ConsoleTvs Charts Tutorial
Dharmik Tank
Dharmik Tank

Posted on

1 1

Laravel 8 ConsoleTvs Charts Tutorial

Hi Guys,

Today,I will learn you how to use consoletvs charts in laravel 8. If you need to add some graphs to your views, maybe you have work with some js library to add cool graphics but even with a good library like ChartJS implementing this is not so easy.
Step 1: Install Laravel 8 Application
we are going from scratch, So we require to get fresh Laravel application using bellow command, So open your terminal OR command prompt and run bellow command:

composer create-project --prefer-dist laravel/laravel blog

Step 2 :Installing consoletvs Package
Now In this step, install consoletvs/charts:6 package in laravel 8 app via following command.

composer require consoletvs/charts:6

more...
https://itwebtuts.blogspot.com/2021/04/laravel-8-consoletvs-charts-tutorial.html

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay