imranhsayed / laravel-charts

:bar_chart: Create a chart in Laravel using Chart.js and AJAX
39 stars 36 forks source link
blogs charts laravel laravel-blog laravel-charts

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:

  1. git clone https://github.com/imranhsayed/laravel-charts
  2. cd laravel-charts
  3. npm install
  4. composer install
  5. Rename .env.example file to .env
  6. Add your database settings to .env file
  7. Generate a key by running php artisan key:generate
  8. php artisan serve
  9. Now you can see your project at http://127.0.0.1:8000

Video Tutorial :video_camera:

  1. Create Charts in Laravel