Pharaonic
Loading...

Configurations

# Publish config, migrations

You can publish the migration and configuration too.

1php artisan vendor:publish --tag=laravel-short-url

# Options

You can find the file here : config/Pharaonic/short-url.php.

1return [
2 'prefix' => null,
3 'length' => 10,
4];

# Prefix

This is the URL prefix to help you to customize the url as you want.

# Length

This is the length of the code but it should be divisible by 2.