Skip to content

laravelir/laravel-dicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

پکیج لاراولی

یه پکیج خفن

نصب

  1. برای نصب در مسیر روت پروژه خود دستور زیر را در ریشه پروژه اجرا کنید
composer require laravelir/laravel-dicom
  1. Open your config/dicom.php and add the following to the providers array:
Laravelir\Dicom\Providers\DicomServiceProvider::class,
  1. Run the command below to publish the package config file config/dicom.php:
php artisan vendor:publish