Basically everytime I started new Laravel project I have set up lot of things like
For FluxUI I have to change file like
- app.blade.php
- app.css
So, I decided to create this package. If you are also same like me then you can use this package in your next Laravel project.
composer require codingwithrk/rk-project-setup
This is ask for composer confirmation then give yes (y).
That's it you it will take care rest of the installations.
Once Installed just run below command for update.
composer update
This is open-sourced software licensed under the MIT license.