Go to file
2025-01-22 15:26:48 +06:00
app wip 2025-01-22 13:07:08 +06:00
bootstrap filament 2025-01-20 17:39:36 +06:00
config remove config crap 2025-01-21 23:34:18 +06:00
database wip 2025-01-22 11:52:20 +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 FIX #16 - hide nav tabs from radiologists 2025-01-22 00:09:56 +06:00
routes close 2025-01-21 23:16:03 +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 IGBINARY 2025-01-12 16:09:03 +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 - UA table 2025-01-21 14:21:40 +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 package 2025-01-21 10:42:09 +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 updated README 2025-01-20 22:56:53 +06:00
sail wip 2024-12-28 13:17:41 +06:00
tlint.json duster 2025-01-05 12:49:36 +06:00
vite.config.js wip 2025-01-11 21:29:31 +06:00

RadFusion PACS

Introduction

RadFusion PACS is a comprehensive Picture Archiving and Communication System (PACS) 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/radfusion-pacs.git
    cd radfusion-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.