Skip to content

FarhanKurnia/URL-Shortener

Repository files navigation

URL Shortener

About

Example This apps build with laravel v.10 to shorten your urls and make them more accessible.


Implementations

  1. Create MySQL database

  2. Clone Repository

    git clone https://github.com/FarhanKurnia/URL-Shortener.git
    
  3. Install Composer

    composer install
    
  4. Copy and Set up environment

    cp .env.example .env
    
  5. Customize environment (.env) files with DB name that has been created.

  6. Migrate database

    php artisan migrate
    
  7. Run local server

    php artisan serve
    
  8. Access localhost:8000 or your public link

About

Repository for shortlink web apps with laravel

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors