> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Get started with NativeCLI and open up a whole bunch of helpers

## Before you start

NativeCLI has a few simple requirements to get you started. Make sure that:

* You're following the [Laravel System Requirements](https://laravel.com/docs/11.x/deployment#server-requirements)
* You're following the [NativePHP System Requirements](https://nativephp.com/docs/1/getting-started/installation#requirements)
* You have [Composer](https://getcomposer.org/) installed

## Installation

NativeCLI uses PHP to execute and Composer to install.

1. Execute the following command in the terminal:

```bash theme={null}
composer global require nativecli/nativecli
```

2. 🚀 Go forth and make great apps!

## Next Steps

<CardGroup cols={2}>
  <Card title="Start a New Project" icon="plus" href="/getting-started/start-new-project">
    Create a new NativePHP project from scratch
  </Card>

  <Card title="Command Reference" icon="terminal" href="/commands/new">
    Explore all available commands
  </Card>
</CardGroup>

## Learn More

* [NativePHP Documentation](https://nativephp.com)
* [Laravel Documentation](https://www.laravel.com)
