项目作者: laravelir
项目描述 :
laravel wrapper for dicom images services
高级语言: PHP
项目地址: git://github.com/laravelir/laravel-dicom.git
پکیج لاراولی
یه پکیج خفن
نصب
- برای نصب در مسیر روت پروژه خود دستور زیر را در ریشه پروژه اجرا کنید
composer require laravelir/laravel-dicom
- Open your config/dicom.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