Skip to content

exatech-group/Laravel-H5P

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.3%
  • Blade 15.7%
  • JavaScript 3.3%
  • Other 0.7%