Skip to content

M0r64n/url-shortener

Repository files navigation

Url shortener

Description

It’s a simple web application which could help you shorten your URL.

Installation

  1. Clone the repository and cd into it.

  2. Run composer install.

  3. Rename or copy .env.example file to .env.

  4. Set your APP_URL in your .env file.

  5. In the .env file

    • set DB_CONNECTION

    • set DB_HOST

    • set DB_DATABASE

    • set DB_USERNAME

    • set DB_PASSWORD

  6. Run php artisan migrate.

  7. Start php -S localhost:8000 -t public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published