1. Docs
  2. installation

Installation

Guide on installing Flexiwind via Composer and configuring Tailwind CSS.

Prerequisites

Flexiwind is built on top of a few tools you'll need to have in place before getting started. If you already have a Laravel project running with Tailwind CSS, you're most of the way there.

Choose Your Path

Everyone's workflow is different. Choose the approach that fits your project best.

Next Steps

Start the development server

Fire up the dev server to see your setup in action. This command starts both the Laravel server and the Vite build process.

Shell
composer dev

Open http://localhost:8000 in your browser — if everything went smoothly, you'll see your app ready to go.

Add your first components

Now the fun part — start pulling in the components you need. The CLI copies them directly into your project, so you can customize every detail. Install one component or several at once:

Shell
php artisan flexi:add button input

Need help?

Run php artisan flexi:help anytime to see all available commands and options.