yarm/phaidra

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

dev-main 2023-02-19 11:57 UTC

This package is auto-updated.

Last update: 2024-05-19 14:40:36 UTC


README

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

to install package

composer require yarm/phaidra

publish routes, config, views, JS...

php artisan vendor:publish --provider="Yarm\Phaidra\PhaidraServiceProvider" --force

Note

  • Don't forget to restart npm after installation