Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 737 Bytes

README-en.md

File metadata and controls

28 lines (18 loc) · 737 Bytes

laravel Package

A package for fun

Installation

  1. Run the command below to add this package:
composer require laravelir/laravel-dicom
  1. Open your config/app.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