Skip to content

sortarad/facepalm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facepalm

Installation

Install via the Control Panel or via composer

composer require sortarad/facepalm

Manual Installation

Create directory sortarad in addons directory and clone project there.

In your project root’s composer.json, add your package to the require and repositories sections, like so:

{
    "require": {
        "sortarad/facepalm": "*"
    },
    "repositories": [
        {
            "type": "path",
            "url": "addons/sortarad/facepalm"
        }
    ]
}

Run composer update from your project root (not your addon directory).

composer update

Enable Widget

Add widget to control panel configuration config/statamic/cp.php file.

e.g:

[
	'type' => 'facepalm',
	'width' => 50,
],

About

Dad jokes for Statamic

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors