simcript/cuter

A link shorthand

dev-master / 1.2.x-dev 2018-09-29 19:37 UTC

This package is auto-updated.

Last update: 2024-03-29 03:20:47 UTC


README

This is a laravel package to shorten the link

Getting Started

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.

Prerequisites

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.

Installing

After installing Laravel in your Laravelan directory, run the following code through the console.

composer require simcript/cuter

Configuration

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"

Built With

  • Laravel - The web framework used
  • Composer - Dependency Management
  • Atom - A hackable text editor

License

This project is licensed under the MIT License