ahenrij / browser-deanonymization

Browser anonymity lifted with fingerprinting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

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.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Setup

Requirements

Get started

  1. Change in docker-compose.yml variables [db_name] and [db_pwd] with appropriate database name and password.

  2. Copy .env.example to .env and update in this file as well, database connection with the same credentials.

cp .env.example .env

For database credentials, see docker-compose file.

  1. Install dependencies
composer install
  1. Start application stack in development mode
scripts/start-dev.sh

About

Browser anonymity lifted with fingerprinting


Languages

Language:PHP 78.6%Language:Blade 17.3%Language:Shell 1.6%Language:Dockerfile 1.5%Language:Vue 1.0%