Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 724 Bytes

File metadata and controls

33 lines (21 loc) · 724 Bytes

init

Initialize Flexiwind in your project.

Synopsis

php artisan flexi:init [--js-path <path>] [--css-path <path>]

Description

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.

Options

  • --no-flexiwind: Initialize without Flexiwind UI
  • --js-path <path>: Path to JavaScript files (default resources/js)
  • --css-path <path>: Path to CSS files (default resources/css)

Examples

php artisan flexi:cli init

Without using flexiwind ui

php artisan flexi:cli init --no-flexiwind