trotexnet / laravel-h5p
H5P Plugin for laravel platform
1.1.4
2018-04-19 22:45 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.2
- h5p/h5p-core: ^1.14
- h5p/h5p-editor: ^1.13
- laravel/framework: 5.6.*
- laravelcollective/html: ^5.5
- nesbot/carbon: ^1.22
- twbs/bootstrap-sass: @stable
Requires (Dev)
- fzaninotto/faker: ^1.6
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- xethron/migrations-generator: ^2.0
This package is not auto-updated.
Last update: 2025-01-05 07:10:28 UTC
README
H5P Plugin in Laravel Framework
Description
This repro is to integrate h5p into laravel. It's a Fork from Djoudi. It's runnable and contains a few extensions. Feel free to contribute!
Installation
Require it in the Composer.
composer require trotexnet/laravel-h5p
Publish the Views, Config and so things.
php artisan vendor:publish
Migrate the Database
php artisan migrate
Add to Composer-Classmap:
'classmap': [ "vendor/h5p/h5p-core/h5p-default-storage.class.php", "vendor/h5p/h5p-core/h5p-development.class.php", "vendor/h5p/h5p-core/h5p-event-base.class.php", "vendor/h5p/h5p-core/h5p-file-storage.interface.php", "vendor/h5p/h5p-core/h5p.classes.php", "vendor/h5p/h5p-editor/h5peditor-ajax.class.php", "vendor/h5p/h5p-editor/h5peditor-ajax.interface.php", "vendor/h5p/h5p-editor/h5peditor-file.class.php", "vendor/h5p/h5p-editor/h5peditor-storage.interface.php", "vendor/h5p/h5p-editor/h5peditor.class.php" ],
'providers' => [ Djoudi\LaravelH5p\LaravelH5pServiceProvider::class, ];
cd public/assets/vendor/h5p
ln -s ../../../../storage/h5p/libraries
ln -s ../../../../storage/h5p/editor