Skip to content

simcript/cuter

Repository files navigation

Cuter

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

About

A URL Shortener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages