Giter Site home page Giter Site logo

access-dashboard-test's Introduction

  • I'm using Laravel 5.8
  • PHP >= 7.1.3

I'm using database seeds to visualize real data,

ActuallyYou can give up on database seeds.

Please make sure to follow these instructions:

  • npm install

  • composer install

  • If you are using phpstorm install .env files support plugin and create a .env file
  • Copy the .env file content from .env.example file and edit these fields:
  • DB_CONNECTION=mysql

  • DB_HOST=127.0.0.1

  • DB_PORT=3306

  • DB_DATABASE=homestead

  • DB_USERNAME=homestead

  • DB_PASSWORD=secret

  • dont forget to create the database ex: access
  • php artisan:migrate

  • php artisan db:seed -—class=UserTableSeeder

  • php artisan db:seed —-class=VisitsTableSeeder

  • php artisan key:generate

  • php artisan serve

  • click on register and create a new account
  • there you go !

if something is wrong please try to use:

  • composer dump-autoload

How it works:

  • In dashboard you find a stats of visits ( by device, by browser etc).
  • Each time you open My visits the server increase your visits number, there you find all your visits also you can remove on of them.
  • In users info you find all the users visits with the tracking link
  • You can use the tracking link to see each user visits.

access-dashboard-test's People

Stargazers

Hamdi Jomaa avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.