PHP Classes

File: config/cuttly.php

Recommend this page to a friend!
  Classes of Hicri   Laravel URL Shortener   config/cuttly.php   Download  
File: config/cuttly.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel URL Shortener
Create and manipulate short URLs using cutt.ly API
Author: By
Last change:
Date: 9 months ago
Size: 105 bytes
 

Contents

Class file image Download
<?php

return [
   
'base_uri' => 'https://cutt.ly/api/api.php',
   
'api_key' => 'xxxxxxxxxxxxxxxxx'
];