Initialize Flexiwind in your project.
php artisan flexi:init [--js-path <path>] [--css-path <path>]Runs an interactive setup to initialize Flexiwind in a new or existing project. Detects package manager, then configures theming and optional UI scaffolding.
If flexiwind.yaml already exists and is valid, the command exits early.
--no-flexiwind: Initialize without Flexiwind UI--js-path <path>: Path to JavaScript files (defaultresources/js)--css-path <path>: Path to CSS files (defaultresources/css)
php artisan flexi:cli initWithout using flexiwind ui
php artisan flexi:cli init --no-flexiwind