A linktr.ee clone
- Add Multiple Links and Manage them
- Records Visits to your links
- Manage User Setting
- Authentication
- Run
git clone https://github.com/aliahmadcse/linktree-clone.git - Run
cp .env.example .env - Create a database name linktree_clone
- Populate your server and database info in .env file
- Run
composer install && npm install && npm run dev - Run
php artisan key:generate - Run
php artisan migrate - Run
php artisan serve - 👌 Your application is located at
localhost:8000