a collection of useful tools Toolbox
{
"name": "template",
"displayname": "template",
"icon": "template",
"description": "template",
"bgclass": "template",
"content": "./tools/template.php",
"modal-lg": false
}like
{
"name": "rollTheDice20",
"displayname": "Roll the Dice20",
"icon": "fa-solid fa-dice-d20",
"description": "Generates Numbers between 1-20",
"bgclass": "bg-warning",
"content": "./tools/rollTheDice20.php",
"modal-lg": false
}<?php
echo "template";
?>- important is to use camelCase for the
name. - The
displaynameis used as modal title - If you need a php script that is called by your tool add a folder like
./tools/rollTheDice20/ - Additional CSS Files can be stored in
./assets/css/ - Additional JS Files can be stored in
./assets/js/ - Additional Images can be stored in
./assets/img/ - The Main Language for this Project is English
| Color | Class | Use |
|---|---|---|
| Yellow | bg-warning | Generators |
| Blue | bg-primary | Calculators & Tools with API Calls |
| Gray | bg-secondary | Free |
| Light Blue | bg-info | Converter |
| Green | bg-success | Free |
| Red | bg-danger | Free |
- Comma Seperator (from new Line)
- Text Div
-
git clone https://github.com/Relluem94/RelluToolbox.git
-
./build.sh
- clone
prod.env.exampleover toprod.envand fill in the values
