Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 477 Bytes

installation.md

File metadata and controls

30 lines (20 loc) · 477 Bytes

Installation

Requirements:

  • Laravel 10.* or higher
  • PHP 8.1 or higher
  • GD library
  • FFMPEG

Installation

  1. Install the package via composer:

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

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

    php artisan migrate
  4. Done