djug / laratracking

test link tracking app with laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laratracking

a test link tracking "app"

How to use:

This is a laravel app. so all what you need to do is:

  • clone it:
git clone https://github.com/djug/laratracking.git
cd laratracking
  • install the app dependencies: composer install
  • create a .env file: cp .env.example .env
  • update the database info:
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
  • migrate the database: php artisan migrate
  • launch the app php artisan serve

About

test link tracking app with laravel


Languages

Language:PHP 91.6%Language:HTML 5.6%Language:JavaScript 1.4%Language:Vue 0.7%Language:ApacheConf 0.7%