exatech-group/laravel-h5p

laravel平台H5P插件

1.0.34 2020-10-07 10:15 UTC

README

描述

由Djoudi贡献

安装

在Composer中引入依赖。

composer require exatech-group/laravel-h5p

发布视图、配置等。

php artisan vendor:publish --provider=Djoudi\LaravelH5p\LaravelH5pServiceProvider --force

迁移数据库

php artisan migrate

在Linux上

cd public/vendor/h5p
ln -s ../../../storage/h5p/content
ln -s ../../../storage/h5p/editor
ln -s ../../../storage/h5p/libraries

或在Windows上

cd public/vendor/h5p
mklink /d content ..\..\..\storage\h5p\content
mklink /d editor ..\..\..\storage\h5p\editor
mklink /d libraries ..\..\..\storage\h5p\libraries