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

# Deploy Laravel on Upsun

> Complete the last required steps to successfully deploy Laravel on Upsun.


<Info>
  Before you start, check out the [Upsun demo app](https://console.upsun.com/projects/create-project) and the main [Getting started guide](/docs/get-started/here).
  They provide all of the core concepts and common commands you need to know before using the materials below.
</Info>

## Guide

<CardGroup cols={1}>
  <Card title="1. Get started" icon="rocket" href="/docs/get-started/stacks/laravel/get-started" horizontal>
    Deploy your first Laravel app on Upsun.
  </Card>

  <Card title="2. Environment variables" icon="key" href="/docs/get-started/stacks/laravel/environment-variables" horizontal>
    Configure environment variables for Laravel.
  </Card>

  <Card title="3. Set up Redis" icon="database" href="/docs/get-started/stacks/laravel/setup-redis" horizontal>
    Add Redis for caching and sessions.
  </Card>

  <Card title="4. Queues with Horizon" icon="list-checks" href="/docs/get-started/stacks/laravel/laravel-horizon" horizontal>
    Handle queues with Laravel Horizon.
  </Card>

  <Card title="5. Cron jobs" icon="clock" href="/docs/get-started/stacks/laravel/crons" horizontal>
    Set up cron jobs for scheduled tasks.
  </Card>

  <Card title="6. Blackfire" icon="gauge" href="/docs/get-started/stacks/laravel/blackfire" horizontal>
    Manage continuous observability with Blackfire.
  </Card>

  <Card title="7. Laravel Telescope" icon="telescope" href="/docs/get-started/stacks/laravel/laravel-telescope" horizontal>
    Debug with Laravel Telescope.
  </Card>

  <Card title="8. FAQ" icon="book-open" href="/docs/get-started/stacks/laravel/faq" horizontal>
    Frequently asked questions.
  </Card>
</CardGroup>

## Further resources

### Documentation

* [PHP documentation](/docs/languages/php)

* [Extensions](/docs/languages/php/extensions)

* [Performance tuning](/docs/languages/php/tuning)

* [PHP-FPM sizing](/docs/languages/php/fpm)

* [Swoole on Upsun](/docs/languages/php/swoole)

* [Authenticated Composer](/docs/languages/php/composer-auth)

### Community content

* [Laravel topics](https://support.platform.sh/hc/en-us/search?utf8=%E2%9C%93\&query=laravel)

* [PHP topics](https://support.platform.sh/hc/en-us/search?utf8=%E2%9C%93\&query=php)

### Blogs

* [*Upsun: the missing PaaS to scale Laravel applications*](https://upsun.com/blog/paas-to-scale-laravel-apps/)
