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

# Installation

> Install Unicon in your Laravel project

Unicon is a [Laravel] package distributed on [Packagist] via [Composer].

<Steps>
  <Step title="Install Unicon" icon="download">
    Run the following command to install the package in your project.

    ```bash theme={null}
    composer require unicon-rocks/unicon-laravel
    ```
  </Step>

  <Step title="Publish the configuration file (optional)" icon="gear">
    Publish the configuration file to your application.

    ```bash theme={null}
    php artisan vendor:publish --tag=unicon-config
    ```

    Check the [configuration reference](/config-reference)
    for more details.
  </Step>
</Steps>

[Laravel]: https://laravel.com

[Packagist]: https://packagist.org

[Composer]: https://getcomposer.org
