cwilby / nova-rrule-field

Nova field for making iCal recurring rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A rrule field for Nova apps

This package contains a Nova field to make iCal recurring rules.

screenshot of the tags field

Requirements

  • Laravel Nova

Installation

You can install this package in to a Laravel app that uses Nova via composer:

composer require mmerlijn/nova-rrule-field

Usage

Tags::make('Recurring rule'),

Optional methods

locale('nl')    //default 'en', optional 'nl'

hide()          //hide the rrule, default visible

Todo

Some styling...

Security

If you discover any security related issues, please email menno@mmerlijn.nl instead of using the issue tracker.

Credits

License

This software is absolutely free to use. Please leave a message if you going to use it.

About

Nova field for making iCal recurring rules


Languages

Language:Vue 98.2%Language:PHP 1.3%Language:JavaScript 0.5%Language:CSS 0.0%