Go to file
2025-01-29 23:01:14 +06:00
app minor 2025-01-29 23:01:14 +06:00
bootstrap filament 2025-01-20 17:39:36 +06:00
config footer version 2025-01-29 22:08:00 +06:00
database minor 2025-01-29 23:01:14 +06:00
docker php-tidy, remove valkey 2025-01-20 21:44:05 +06:00
public wip 2025-01-11 17:32:41 +06:00
resources footer version 2025-01-29 22:08:00 +06:00
routes wip - bookmark 2025-01-25 23:53:35 +06:00
src/phpdocx wip 2025-01-12 13:17:35 +06:00
storage Set up a fresh Laravel app 2024-12-26 22:51:59 +06:00
tests refx pint 2025-01-05 12:44:15 +06:00
.editorconfig Set up a fresh Laravel app 2024-12-26 22:51:59 +06:00
.env.example version 2025-01-29 22:50:40 +06:00
.gitattributes Set up a fresh Laravel app 2024-12-26 22:51:59 +06:00
.gitignore rmv 2024-12-29 22:32:31 +06:00
.php-cs-fixer.dist.php duster 2025-01-05 12:57:11 +06:00
.phpcs.xml.dist duster 2025-01-05 12:57:11 +06:00
artisan Set up a fresh Laravel app 2024-12-26 22:51:59 +06:00
composer.json wip new rules engine 2025-01-27 17:34:59 +06:00
docker-compose.yml php-tidy, remove valkey 2025-01-20 21:44:05 +06:00
duster.json duster 2025-01-05 12:58:59 +06:00
package-lock.json wip 2025-01-22 17:08:17 +06:00
package.json npm 2025-01-22 15:26:48 +06:00
phpstan.neon wip 2025-01-11 11:36:52 +06:00
phpunit.xml wip 2024-12-28 12:48:11 +06:00
pint.json exclude src folder 2025-01-10 14:49:41 +06:00
README.md readme 2025-01-29 08:34:04 +06:00
sail wip 2024-12-28 13:17:41 +06:00
tlint.json duster 2025-01-05 12:49:36 +06:00
update_ver.sh version 2025-01-29 22:50:40 +06:00
vite.config.js wip 2025-01-11 21:29:31 +06:00

PixelBridge RIS

Introduction

PixelBridge RIS is a comprehensive RIS (Radiology Information System) designed to streamline the management and viewing of medical imaging studies.

Requirements

  • PHP 8.4+
  • Composer
  • Docker
  • Laravel Sail

Installation

  1. Clone the repository:

    git clone https://github.com/masroore/pixelbridge-pacs.git
    cd pixelbridge-pacs
    
  2. Install dependencies:

    composer install
    
  3. Copy the .env file:

    cp .env.example .env
    
  4. Generate application key:

    php artisan key:generate
    
  5. Start the application using Laravel Sail:

    ./vendor/bin/sail up -d
    
  6. Run the database migrations:

    ./vendor/bin/sail artisan migrate
    

Usage

To access the application, open your web browser and navigate to http://localhost.

License

Copyright © 2024-2025 Dr. Masroor Ehsan Choudhury. All rights reserved.