📊 A demo for laraver Blogs and Charts
******* PLEASE STAR MY REPO TO SUPPORT ME 🙏 ******
Please follow me 🙏 on twitter and github
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