> For the complete documentation index, see [llms.txt](https://pratikdai404.gitbook.io/adminetic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pratikdai404.gitbook.io/adminetic/services/cli.md).

# CLI

![](/files/zsXXESBKNMEw7sEtZxIg)

### Installation

```
composer global require adminetic/cli
```

### Use

```
php adminetic new project_name
```

### Requirements

* PHP >= 8.0
* Laravel Installer

#### Note

Please ensure that database named same as of project name is already created.
