This is a laravel package to shorten the link
Cuter helps you to make your links short and beautiful. You can use this package to shorten the links. By installing this package, you will have a link shortener link.
The cuter is a Laravel package, so you must install Laravel first to use.
composer create-project --prefer-dist laravel/laravel CuterSite
Laravel is a PHP framework. Take a look at This Link for more information.
After installing Laravel in your Laravelan directory, run the following code through the console.
composer require simcript/cuter
To use this package, you need to create the corresponding tables in the database. To do this, run the following command:
$ php artisan migrate
Config file defaults putting up in config/cuter.php
. Copy this file to your own config directory to modify the values. You can publish the config using this command:
$ php artisan vendor:publish --provider="Simcript\Cuter\CuterServiceProvider"
This project is licensed under the MIT License