PHP Classes

File: src/config/short-url.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Short URL Generator   src/config/short-url.php   Download  
File: src/config/short-url.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Short URL Generator
Generate and expand short URL stored in a database
Author: By
Last change:
Date: 3 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php

return [
   
'prefix' => null, // Prefix Route
   
'length' => 10, // Default Code Length [divisible by 2]
];