Skip to content

Commit a28fb38

Browse files
committed
Updated readme
1 parent 481cc28 commit a28fb38

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://paypal.me/mrfdnl/5', 'https://buymeacoff.ee/mrfd']

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
This plugin integrates the [Laravel Mix](https://laravel-mix.com/) manifest into [Kirby 3](https://getkirby.com), using the existing `js()` and `css()` helper functions.
44

5+
## Commerical Usage
6+
7+
This plugin is free but if you use it in a commercial project please consider to
8+
9+
- [Make a donation](https://paypal.me/mrfdnl/5) or
10+
- [Buy me a coffee](https://buymeacoff.ee/mrfd)
11+
512
## Requirements
613

7-
- PHP 7.2+
14+
- PHP 7.3+
815
- Kirby 3
916

1017
## Installation
@@ -21,7 +28,7 @@ $ git submodule add https://github.com/MRFD/kirby-mix.git site/plugins/kirby-mix
2128

2229
### Composer
2330

24-
```
31+
```bash
2532
composer require MRFD/kirby-mix
2633
```
2734

@@ -69,8 +76,16 @@ mix
6976
| `mrfd.mix.manifest` | `mix-manifest.json` | File name including extension of the manifest file. |
7077
| `mrfd.mix.publicpath` | `assets` | The public path to the assets folder. |
7178

79+
## Disclaimer
80+
81+
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/MRFD/kirby-mix/issues/new).
82+
7283
## License
7384

74-
Kirby Mix is open-sourced software licensed under the MIT license.
85+
Kirby WebP is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.
7586

7687
Copyright © 2020 [Marijn Roovers](https://www.mrfd.nl)
88+
89+
## Credits
90+
91+
- Laravel Mix by [Jeffrey Way](https://github.com/JeffreyWay/laravel-mix)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mrfd/kirby-mix",
33
"description": "Laravel Mix integration for Kirby 3, which hooks into the existing helper functions.",
4-
"version": "0.1.0",
4+
"version": "1.0.1",
55
"type": "kirby-plugin",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)