honey-comb/short-url

0.1.0 2018-12-14 10:56 UTC

This package is auto-updated.

Last update: 2024-04-15 00:00:13 UTC


README

Invoices package for HoneyComb CMS https://github.com/honey-comb/short-url

Description

HoneyComb CMS url shortener package

Attention

This is part short-url package for HoneyComb CMS package.

Requirement

  • php: ^7.1
  • laravel: ^5.6
  • composer

Installation

Begin by installing this package through Composer.

	{
	    "require": {
	        "honey-comb/short-url": "0.1.*"
	    }
	}

or

    composer require honey-comb/short-url

Usage

return $this->shortUrlService->generate('github.com/honey-comb');