composer require foxws/laravel-shaka
Publish the config file:
php artisan vendor:publish --tag="shaka-config"
The package itself doesn't include Shaka Packager — you need the binary installed separately. Visit the Shaka Packager releases page for install instructions for your platform.
Once everything is installed, check that it's set up correctly:
php artisan shaka:info
This command checks that:
Continue to Usage to start packaging media.