Skip to content

WebDevus/larave-url-shortener

Repository files navigation

Larave-url-Shortener

Main

Generated URL

Description

This is a simple url shortener builted on Laravel 7. Designed by @andy-devs

How to install

Clone this repository, CD into the project folder and after this:

Do a composer install:

composer install

Then create a environment file:

cp .env.example .env

Generate Laravel key:

php artisan key:generate

Create database named todo-app and run the migrations:

php artisan migrate

Install dependencies from npm:

npm install

Run server using this command:

php artisan serve

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published