emr/example1

Example

1.0.10 2019-07-05 19:02 UTC

This package is auto-updated.

Last update: 2024-04-14 10:24:11 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