yarm / bookshelf
An add-on for the YARM Reference Manager Application. Contains the bookshelf feature
dev-main
2023-02-27 12:20 UTC
Requires
- laravelcollective/html: ^6.2
This package is auto-updated.
Last update: 2025-03-27 16:42:55 UTC
README
Usage (follow/run the following commands in your terminal)
to install package
composer require yarm/bookshelf
publish routes, config, views, JS...
php artisan vendor:publish --provider="Yarm\Bookshelf\BookshelfServiceProvider" --force
[*]create the bookshelf table if not present
php artisan migrate
Note
- Don't forget to restart npm after installation
- Resources are customizable (resource > views > vendor > bookshelf... / resource > js > vendor >booksh... )