codingwithrk / rk-project-setup
Auto-setup NPM + Livewire + FluxUI for a new Laravel project.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^2.0
README
RK Project Setup
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.
How to install
In your 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
Credits
License
This is open-sourced software licensed under the MIT license.