Skip to content

matheushfp/links-app

Repository files navigation

LinksApp

LinksApp is an all-in-one link management platform inspired by Linktree. This project was developed as a way to consolidate and enhance my skills in PHP, Laravel, and Blade, focusing on modern development workflows and high-quality code.

The application provides a centralized hub for social links, featuring a modern and responsive interface. It was built following the MVC architecture and utilizes industry-standard tools like PHPStan and Rector to ensure a modern and type-safe codebase.


Hero Image

Built With

php-badge laravel-badge mariadb-badge tailwind-badge

Quick Start

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/matheushfp/links-app.git
  2. Install dependencies:

    composer install
    npm install && npm run build
  3. Create the .env file and fill the database fields

    cp .env.example .env
  4. Generate Artisan key

    php artisan key:generate
  5. Run migrations

    php artisan migrate
  6. Create symbolic link (to make uploaded images work)

    php artisan storage:link
  7. Run the Application

    composer run dev

Access the app at: http://localhost:8000

Screenshots

Home

Home Page

Authentication

Register Page Login Page

Dashboard

Dashboard

Public Profile

Public profile

About

An all-in-one link management hub built with Laravel, Blade and MariaDB. Features a modern, responsive interface made with Tailwind and DaisyUI.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages