Skip to content

drilonmaloku/bug-venue-system

Repository files navigation

Project Name

VMS

Requirements

Before installing, ensure you have the following tools:

  • PHP >= 8.0
  • Composer
  • MySQL

Installation

  1. Clone the repository:

    git clone https://github.com/drilonmaloku/bug-venue-system.git
    cd bug-venue-system
  2. Install PHP dependencies:

    composer install

Configuration

  1. Copy the example environment file and edit it:

    cp .env.example .env

`

Database Setup

  1. Create the database:

    Create a database in your MySQL

  2. Run the migrations:

    php artisan migrate
  3. (Optional) Seed the database:

    php artisan db:seed  --class=ProductionSeeder

Running the Application

  1. Start the local development server:

    php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •