H5P Plugin for laravel platform, forked from *exatech-group/laravel-h5p*
omr_gz/laravel-h5p is a Laravel package for h5p plugin for laravel platform, forked from *exatech-group/laravel-h5p*.
It currently has 1 GitHub stars and 123 downloads on Packagist (latest version 11.1).
Install it with composer require omr_gz/laravel-h5p.
Discover more Laravel packages by omr_gz
or browse all Laravel packages to compare alternatives.
Last updated
Fork from Djoudi
Require it in the Composer.
composer require exatech-group/laravel-h5p
Publish the Views, Config and so things.
php artisan vendor:publish --provider=Djoudi\LaravelH5p\LaravelH5pServiceProvider --force
Migrate the Database
php artisan migrate
Sur linux
cd public/vendor/h5p
ln -s ../../../storage/h5p/content
ln -s ../../../storage/h5p/editor
ln -s ../../../storage/h5p/libraries
Ou sur windows
cd public/vendor/h5p
mklink /d content ..\..\..\storage\h5p\content
mklink /d editor ..\..\..\storage\h5p\editor
mklink /d libraries ..\..\..\storage\h5p\libraries