yarm / analyze
An add-on for the YARM Reference Manager Application. Contains a the analyze feature
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- laravelcollective/html: ^6.2
- yarm/bookshelf: *
This package is auto-updated.
Last update: 2025-03-27 18:05:35 UTC
README
Usage (follow/run the following commands in your terminal)
to install package
composer require yarm/analyze
publish routes, config, views en JS
php artisan vendor:publish --provider="Yarm\Analyze\AnalyzeServiceProvider" --force
Note
- Yarm/bookshelf needs to be installed and configured
- Don't forget to restart npm after installation