emr / example1
Example
1.0.10
2019-07-05 19:02 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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