laravel-h5p maintained by omr_gz
Description
H5P Plugin for laravel platform, forked from *exatech-group/laravel-h5p*
Author
Last update
2025/12/15 13:33
(dev-master)
License
Downloads
124
Last update
2025/12/15 13:33
License
Require
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- php ^8.4
- laravel/framework ^11.0|12.0
- h5p/h5p-core ^1.27
- h5p/h5p-editor ^1.25
Last update
2025/12/15 13:33
License
Require
- php ^8.4
- laravel/framework ^11.0|12.0
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- h5p/h5p-core ^1.27
- h5p/h5p-editor ^1.25
Last update
2025/12/15 11:48
License
Require
- php ^8.4
- laravel/framework ^11.0|12.0
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- h5p/h5p-core ^1.27
- h5p/h5p-editor ^1.25
Last update
2025/05/27 08:18
License
Require
- php ^8.1
- laravel/framework ^10.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- h5p/h5p-core 1.27
- h5p/h5p-editor 1.25
Last update
2025/05/08 17:59
License
Require
- php ^8.1
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core 1.24
- h5p/h5p-editor 1.24
- guzzlehttp/guzzle ^7.0.1
Last update
2025/05/08 17:59
License
Require
- php ^8.1
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core 1.24
- h5p/h5p-editor 1.24
- guzzlehttp/guzzle ^7.0.1
Last update
2025/05/08 17:42
License
Require
- php ^8.1
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core 1.24
- h5p/h5p-editor 1.25
- guzzlehttp/guzzle ^7.0.1
Last update
2025/05/08 17:42
License
Require
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- php ^8.1
- h5p/h5p-core 1.24
- h5p/h5p-editor 1.25
Last update
2025/05/08 17:42
License
Require
- php ^8.0.2
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core 1.24
- h5p/h5p-editor 1.25
- guzzlehttp/guzzle ^7.0.1
Last update
2025/05/08 17:41
License
Require
- php ^8.1
- laravel/framework ^9.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- guzzlehttp/guzzle ^7.0.1
- h5p/h5p-core 1.27
- h5p/h5p-editor 1.25
Last update
2025/05/07 10:35
License
Require
- php ^7.1
- laravel/framework ^8.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core ^1.24
- h5p/h5p-editor ^1.24
- guzzlehttp/guzzle ^7.0.1
Last update
2025/05/05 16:08
License
Require
- php ^7.1
- laravel/framework ^7.0
- laravelcollective/html *
- twbs/bootstrap-sass @stable
- h5p/h5p-core ^1.24
- h5p/h5p-editor ^1.24
- guzzlehttp/guzzle ^6.2
Last update
2025/05/01 12:50
License
Require
- php ^7.1
- laravel/framework ^6.0
- laravelcollective/html ^6.0
- twbs/bootstrap-sass @stable
- h5p/h5p-core ^1.24
- h5p/h5p-editor ^1.24
- guzzlehttp/guzzle ^6.2
H5P Plugin in Laravel Framework
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