omr_gz / laravel-h5p
H5P Plugin for laravel platform
9.5
2025-05-08 15:41 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0.1
- h5p/h5p-core: 1.27
- h5p/h5p-editor: 1.25
- laravel/framework: ^9.0
- laravelcollective/html: *
- twbs/bootstrap-sass: @stable
Requires (Dev)
- fzaninotto/faker: ^1.8
- kitloong/laravel-migrations-generator: ^6.11
- mockery/mockery: 1.2.*
- phpunit/phpunit: 9.6.23
This package is auto-updated.
Last update: 2025-05-08 16:00:24 UTC
README
Description
Fork from Djoudi
Installation
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