> 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/advanced-usage/configuration.md).

# Configuration

Larupload comes with a flexible configuration system that allows you to customize its behavior according to your specific needs.

To publish the configuration file, you can run the following artisan command:

```bash
php artisan vendor:publish --provider="Mostafaznv\Larupload\LaruploadServiceProvider"
```

This will publish the configuration file to the `config/larupload.php`, and it contains various options that you can adjust to tailor the package to your requirements.
