Skip to content

aschmelyun/laravel-links

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Laravel Links

This is a demo application built alongside a video tutorial showing how to create a linktr.ee clone using the Laravel PHP framework.

This project comprises three simple data models and related tables:

  • Users are individual accounts that a person can create on the app
  • Links belong to a User and hold both a name and a valid URL
  • Visits track each click that occurs on a particular link and records the info associated with it

This demo app makes use of Laravel's default bootstrapped views and authentication routes. There's a very basic dashboard that a user is directed to after logging in where they can see their links, view the amount of visits for each, add a new link, or modify the display settings on their link page.

Visiting a particular user's links page displays a simple list of their added links, with the background color and text color they selected on their settings page.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

License

The Laravel framework and this application is open-sourced software licensed under the MIT license.

About

A Linktree clone built with Laravel featuring user accounts and visitor information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published