haggag /

laravel平台H5P插件

v1.0.7 2024-08-24 05:01 UTC

This package is auto-updated.

Last update: 2024-09-24 05:10:50 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