craftedsystems / craft-uuid

UUID plugin for Craft CMS 3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID plugin for Craft CMS 3.x

UUID Twig extension.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require craftedsystems/craft-uuid/uuid
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for UUID.

UUID Overview

UUID Twig extension adds the Twig function getUUID().

Configuring UUID

No configuration required.

Using UUID

{# Example usage #}
{% set uuid = getUUID() %}
{{ uuid }}

UUID Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by Crafted Systems

About

UUID plugin for Craft CMS 3.x

License:MIT License


Languages

Language:PHP 100.0%