Laravel Google Line Chart
$ composer require scopdrag/laravel-google-chart
Here is what the above code is Doing:
1. It’s telling Composer to require the scopdrag/laravel-google-chart package.
2. It’s telling Composer to install the package into the vendor directory.
3. It’s telling Composer to add the package to the require section of the composer.json file.