codingwithrk/rk-project-setup

Auto-setup NPM + Livewire + FluxUI for a new Laravel project.

v1.0.3 2025-07-12 20:31 UTC

This package is auto-updated.

Last update: 2025-07-12 20:32:37 UTC


README

Image

RK Project Setup

Packagist License Packagist Version

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.