Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shivamyadav's avatar

FFMpeg package installation.

I've installed the package on my windows system and it's working fine with Laravel 11 project.

Now I've to deploy the project and since the package is installed locally on my machine. This time I want to install it on my laravel project.

I've tried some posts to read and install is but somehow I couldn't install it on my project when I try to check the package version it throws error..

Any suggestions or posts.

0 likes
6 replies
Tray2's avatar

You need to do an installation of FFMPEG on your host server, and depending on the host and operating system the installation will differ.

On Ubuntu it's most likely sudo apt install ffmpeg or sudo snap install ffmpeg

1 like
Shivamyadav's avatar

@Tray2 my bad , I've not explained my problem correct 😔. I was just asking the cmd for installation of FFMPEG package in my laravel project.

Please or to participate in this conversation.