Welcome to the ShortLink Laravel project! This web application allows you to efficiently create and manage short links using the Laravel framework.
Follow the steps below to get started with the ShortLink Laravel project:
-
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
-
Update Dependencies
Next, update the project dependencies using Composer with the command:
composer update
-
Run Database Migrations
Perform the database migrations to create the required tables using the command:
php artisan migrate
-
Launch Local Server
Finally, run the local development server with the command:
php artisan serve
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!
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.
This project is licensed under the MIT License. Please see the LICENSE file for more information.