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.
-
Clone the repository:
git clone https://github.com/matheushfp/links-app.git
-
Install dependencies:
composer install
npm install && npm run build -
Create the
.envfile and fill the database fieldscp .env.example .env
-
Generate Artisan key
php artisan key:generate
-
Run migrations
php artisan migrate
-
Create symbolic link (to make uploaded images work)
php artisan storage:link
-
Run the Application
composer run dev
Access the app at: http://localhost:8000




