Skip to content

Commit

Permalink
Update console.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsites committed Dec 3, 2023
1 parent 272b09c commit 103036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/mvc/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You can find the Leaf PHP devtools documentation [here](/modules/devtools/).
The `view:install` command is used to install and setup the frontend of your Leaf MVC/Leaf API application. It can be used to install any frontend framework of your choice, vite, tailwind or a template engine like bare ui. You can use the `--react`, `--vue`, `--blade`, and `--bareui` options to scaffold your frontend setup.

```bash
leaf view:install --react
php leaf view:install --react
```

You can also use the `--vite` and `--tailwind` options to scaffold Vite and Tailwind respectively.
Expand Down

0 comments on commit 103036d

Please sign in to comment.