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

# Inertia

#### PHP

Run this in the root of your Laravel project, and see more for Server-side setup (Laravel) - <https://inertiajs.com/server-side-setup>.

```
composer require inertiajs/inertia-laravel
```

#### Front-end

```
yarn add @inertiajs/inertia @inertiajs/inertia-vue
```
