Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megaads-vn/cliking
The tools tracking client information for laravel 5
https://github.com/megaads-vn/cliking
Last synced: 10 days ago
JSON representation
The tools tracking client information for laravel 5
- Host: GitHub
- URL: https://github.com/megaads-vn/cliking
- Owner: megaads-vn
- Created: 2018-12-13T03:33:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T01:43:08.000Z (about 6 years ago)
- Last Synced: 2024-08-24T06:46:41.930Z (5 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cliking Tools
## Installation:
**add in file composer.json**
```javascript
"require": {
"megaads/cliking": "^1.1"
}
```
## Usage:
**Register Provider**
```
#/Config/app.php
'providers' => [
Megaads\Cliking\ClikingServiceProvider::class
];
```**Access report**
`http://domain.name/logger`