app | ||
bootstrap | ||
config | ||
database | ||
docker | ||
public | ||
resources | ||
routes | ||
src/phpdocx | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.php-cs-fixer.dist.php | ||
.phpcs.xml.dist | ||
artisan | ||
composer.json | ||
docker-compose.yml | ||
duster.json | ||
package-lock.json | ||
package.json | ||
phpstan.neon | ||
phpunit.xml | ||
pint.json | ||
README.md | ||
sail | ||
tlint.json | ||
vite.config.js |
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
-
Clone the repository:
git clone https://github.com/masroore/pixelbridge-pacs.git cd pixelbridge-pacs
-
Install dependencies:
composer install
-
Copy the
.env
file:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Start the application using Laravel Sail:
./vendor/bin/sail up -d
-
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.