Skip to content

axquired24/mylink

Repository files navigation

Build Status License

About App

Link Management & Tracking Tool Preview.

How To

  • copy .env.example to .env
  • configure DATABASE (DB_xxx prefix) on .env file
  • run composer install
  • run php artisan key:generate
  • run php artisan serve
  • generate dummy data (optional) : run php artisan seed:dummy 10