Skip to content

A visitor management system for staff to register visitors, monitor activity. Built with Laravel, Bootstrap, and MySQL. Responsive design, optimized code, and detailed README included.

Notifications You must be signed in to change notification settings

yyueniao/visitor-management-system

Repository files navigation

Visitor Management System

The Visitor Management System is a web application built with Laravel that allows users to register and manage visitors.

Prerequisites

Make sure you have the following software installed on your local machine:

  • PHP (version 7.3 or higher)
  • Composer
  • MySQL

Getting Started

Follow these steps to set up and run the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/yyueniao/visitor-management-system.git
  2. Navigate to the project directory:

    cd visitor-management-system
  3. Install the dependencies via npm:

    npm install
  4. Install the dependencies via composer:

    composer install
  5. Create a copy of the .env.example file and rename it to .env:

    cp .env.example .env
  6. Generate the application key:

    php artisan key:generate
  7. Update the .env file with your database credentials.

  8. Run the database migrations:

    php artisan migrate
  9. Start the local development server:

    php artisan serve
  10. Access the application in your web browser at http://localhost:8000.

Additional Configuration

  • If you want to use a different web server (e.g., Apache or Nginx), configure it to point to the public directory of the project.

About

A visitor management system for staff to register visitors, monitor activity. Built with Laravel, Bootstrap, and MySQL. Responsive design, optimized code, and detailed README included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published