laravel-charts
laravel-charts copied to clipboard
:bar_chart: Create a chart in Laravel using Chart.js and AJAX
Laravel Blogs and Charts
:bar_chart: A demo for laraver Blogs and Charts
******* PLEASE STAR MY REPO TO SUPPORT ME 🙏 ******
Please follow me 🙏 on twitter and github
Installation: :wrench:
-
git clone https://github.com/imranhsayed/laravel-charts
-
cd laravel-charts
-
npm install
-
composer install
- Rename
.env.example
file to.env
- Add your database settings to
.env
file - Generate a key by running
php artisan key:generate
-
php artisan serve
- Now you can see your project at
http://127.0.0.1:8000