It’s a simple web application which could help you shorten your URL.
-
Clone the repository and
cd
into it. -
Run
composer install.
-
Rename or copy
.env.example
file to.env
. -
Set your
APP_URL
in your.env
file. -
In the
.env
file-
set
DB_CONNECTION
-
set
DB_HOST
-
set
DB_DATABASE
-
set
DB_USERNAME
-
set
DB_PASSWORD
-
-
Run
php artisan migrate
. -
Start
php -S localhost:8000 -t public