yarm/tei

An add-on for the YARM Reference Manager Application. Contains the tei controller

dev-main 2022-10-15 18:30 UTC

This package is auto-updated.

Last update: 2024-05-15 22:05:36 UTC


README

Usage (follow/run the following commands in your terminal)

to install package

composer require yarm/tei

publish routes, config, views, JS...

php artisan vendor:publish --provider="Yarm\Tei\TeiServiceProvider" --force

Note

  • Don't forget to restart npm after installation