Skip to content

chrisquices/artemis

Repository files navigation


Built With

Laravel Livewire Bootstrap JQuery

Prerequisites

  • PHP ^8.1

Installation

  1. Download or clone the repository

    git clone [email protected]:rosphrethic/artemis.git
    
  2. Install packages

    composer install
    
  3. Create your environment file

    cp .env.example .env
    
  4. Generate project key

    php artisan key:generate
    
  5. Create storage folder link

    php artisan storage:link
    
  6. Configure your environment file and do not forget the following variables

    APP_NAME=Artemis
    APP_URL=http://artemis.test
    
  7. Run migrations

    php artisan migrate:fresh --seed
    
  8. Link Valet

    valet link
    

Usage

To access the project, go to:

http://artemis.test

Log in with the following credentials:

Administrator User
email: [email protected]
password: password

About

A bug tracker, inspired by Mantis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published