A package for fun
- Run the command below to add this package:
composer require laravelir/laravel-dicom
- Open your config/app.php and add the following to the providers array:
Laravelir\Dicom\Providers\DicomServiceProvider::class,
- Run the command below to publish the package config file config/dicom.php:
php artisan vendor:publish