Skip to content

koirherianto/Shortlink

Repository files navigation

ShortLink Laravel Website

Welcome to the ShortLink Laravel project! This web application allows you to efficiently create and manage short links using the Laravel framework.

Getting Started

Follow the steps below to get started with the ShortLink Laravel project:

  1. Clone the Repository
    To begin, clone this repository to your local directory using the following command:
    git clone https://github.com/username/shortlink-laravel.git
  2. Update Dependencies
    Next, update the project dependencies using Composer with the command:
    composer update
  3. Run Database Migrations
    Perform the database migrations to create the required tables using the command:
    php artisan migrate
  4. Launch Local Server
    Finally, run the local development server with the command:
    php artisan serve

Using the Application

After successfully running the local server, you can access the ShortLink Laravel application through your web browser. Be sure to create a user account and start creating your short links!

Contributions

If you would like to contribute to this project, please submit a pull request through our GitHub repository. We are always open to constructive suggestions and contributions.

License

This project is licensed under the MIT License. Please see the LICENSE file for more information.