Download the PHP package ilestis/kanka-dnd5e-monster without Composer
On this page you can find all versions of the php package ilestis/kanka-dnd5e-monster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package kanka-dnd5e-monster
Deprecated This plugin is no longer maintained nor bundled in the Kanka application. If you want a 5e monster sheet, please use the marketplace.
Kanka D&D 5e Monster
This package is an extension for kanka.io, to add a community attribute template for D&D 5th edition monsters.
Configruation
Add the following line to config/attribute-templates.php
And publish the assets with the following command.
You are now ready to go.
Creating your own plugin
To create a community attribute template for Kanka, follow the following steps.
- Clone this repository on Github.
- Edit the
src/AttributeTemplateServiceProvider.php
file to reflect your attribute template's name. - Edit the
resources/views/template.blade.php
file to define how the page will be rendered. - Edit the
resources/sass/template.scss
file to define how the page will be styled. To compile the .scss file to .css:npm install
npm run prod
- Rename the
publishable/config/dnd5emonster.php
to your package's unique name and edit the attributes. - Edit
publishable/lang/en/template.php
to configure the texts for your template. - Edit the
composer.json
and prepare your package for gibhub and packagist
All versions of kanka-dnd5e-monster with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^8.0|^9.0|^10.0|^11.0|^12.0
The package ilestis/kanka-dnd5e-monster contains the following files
Loading the files please wait ....