chali5124 / laravel-h5p
This package is abandoned and no longer maintained.
No replacement package was suggested.
H5P Plugin for laravel platform
0.3.0
2017-07-18 16:08 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.2
- h5p/h5p-core: ^1.14
- h5p/h5p-editor: ^1.13
- laravel/framework: 5.4.*
- laravelcollective/html: ^5.3
- 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
README
This source is in development. Even if i lazy reply, please understand.
Installation
composer require chali5124/laravel-h5p
php artisan vendor:publish
php artisan migrate
'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' => [
Chali5124\LaravelH5p\LaravelH5pServiceProvider::class,
];
cd public/assets;
ln -s ../../storage/h5p;
On Development...