emr/example1

Example

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/emr/example1

1.0.10 2019-07-05 19:02 UTC

This package is auto-updated.

Last update: 2025-10-14 13:34:42 UTC


README

Latest Version on Packagist License

Simple example on laravel

Emrullah İLÇİN

Installation

You can install the package with Composer

composer require emr/example1

Usage

ip: localhost or your server ip; ex: My ip 94.177.187.77; port: blank port: ex 8000

RUN SERVER SIDE

php artisan serve --host=94.177.187.77 --port=8000
or 
php artisan serve --host=localhost --port=8000
RUN BROWSER

http://94.177.187.77:8000/audit/test1
or
http://localhost:8000/audit/test1