> For the complete documentation index, see [llms.txt](https://mostafaznv.gitbook.io/larupload/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mostafaznv.gitbook.io/larupload/getting-started/installation.md).

# Installation

### Requirements:

* Laravel 12.\* or higher
* PHP 8.3 or higher
* GD library
* FFMPEG

### Installation

1. **Install the package via composer:**

   ```shell
   composer require mostafaznv/larupload
   ```
2. **Publish config, migrations and translations:**

   ```shell
   php artisan vendor:publish --provider="Mostafaznv\Larupload\LaruploadServiceProvider"
   ```
3. **Create Tables:**

   ```shell
   php artisan migrate
   ```
4. **Done**
