Difference between revisions of "Extensions:Weather And Seasons"
Jump to navigation
Jump to search
(Initial page) Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Weather and Seasons|desc=Adds a weather and season forecast.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/weathe}}|LKVer=2.0|migration=yes|package=no}} |
− | + | Adds site weather! By default it's just cosmetic. | |
== Installation == | == Installation == | ||
− | < | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code> |
== Configuration == | == Configuration == | ||
− | + | Start by making weather in the admin panel, after that you can then make seasons which have different weights for what weather can occur. | |
== Usage == | == Usage == | ||
− | + | Has a site widget that displays weather, this can be taken out, there is a page that displays current weather information if you want that instead | |
− | |||
− | |||
== Images == | == Images == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
− | |||
− | |||
− |
Revision as of 09:10, 20 April 2024
Description | Adds a weather and season forecast. |
---|---|
Author(s) | CH3RVB |
Status | stable |
Github | extension/weathe |
LK Version | 2.0 |
Contains a Migration | |
Adds site weather! By default it's just cosmetic.
Contents
Installation
Pull, and run php artisan migrate
as well as php artisan add-site-settings
Configuration
Start by making weather in the admin panel, after that you can then make seasons which have different weights for what weather can occur.
Usage
Has a site widget that displays weather, this can be taken out, there is a page that displays current weather information if you want that instead