https://github.com/aliahmadcse/linktree-clone
A Clone of https://linktr.ee
https://github.com/aliahmadcse/linktree-clone
blade-template laravel sql
Last synced: about 1 year ago
JSON representation
A Clone of https://linktr.ee
- Host: GitHub
- URL: https://github.com/aliahmadcse/linktree-clone
- Owner: aliahmadcse
- Created: 2020-09-02T16:58:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T04:31:45.000Z (almost 5 years ago)
- Last Synced: 2023-03-06T11:24:42.220Z (about 3 years ago)
- Topics: blade-template, laravel, sql
- Language: PHP
- Homepage:
- Size: 739 KB
- Stars: 42
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A [linktr.ee](https://linktr.ee) clone
## Features
- Add Multiple Links and Manage them
- Records Visits to your links
- Manage User Setting
- Authentication
## Set Up
1. Run `git clone https://github.com/aliahmadcse/linktree-clone.git`
2. Run `cp .env.example .env`
3. Create a database name **linktree_clone**
4. Populate your server and database info in .env file
5. Run `composer install && npm install && npm run dev`
6. Run `php artisan key:generate`
7. Run `php artisan migrate`
8. Run `php artisan serve`
9. 👌 Your application is located at `localhost:8000`