Quick setup the Bootstarp and Laravel 9 in few steps 🚀
1) Project Setup:
I am going to use the composer to setup everything here.
composer create-project laravel/laravel simple-project-name
This will basically setup the new laravel project in your machine.
Once the setup is complete, cd simple-project-na...
roshaan.codes2 min read
keshav bhadel
Thank you Roshan. It really helps me.