> 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

Headstart your adminetic project with single command.

![](https://3590348543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbCZnEbkx6hMOJRn5tS%2Fuploads%2FAMaHc0AecGOjtVwx6vPv%2Fbanner.jpg?alt=media\&token=d539adfa-3e3f-4c46-a6da-b0a28f45e6ea)

### 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.
