Skip to content

Commit

Permalink
feat: add ui docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Oct 7, 2023
1 parent 587d1cc commit 861c112
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@ And whether to add a testing framework:
>
```

### GUI <sup class="vt-badge success">New</sup>

These new options are quite a lot to take in, so we've also added a GUI to help you select the features you want to add to your project. The GUI allows you to select different structures and features you want to add to your project. The GUI can also install and setup frontend systems like React, Vue, Tailwind and more.

You can get started with the following command:

```bash
leaf ui
```

<img src="https://github.com/leafsphp/csrf/assets/26604242/937f930c-1053-4393-9e6f-fc4faa9cdfe1" style="border: 1px solid var(--vt-c-theme-soft); border-radius: 8px;" />

### Quick presets

Leaf CLI also provides a quicker way to initialize your project without having to go through the interactive installer. You can use the `--mvc`, `--api`, and `--basic` options to generate your project based on a specific presets. These generate the following:
Expand Down

0 comments on commit 861c112

Please sign in to comment.