Download the PHP package yogesmhrj/laravel-jslogs without Composer
On this page you can find all versions of the php package yogesmhrj/laravel-jslogs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yogesmhrj/laravel-jslogs
More information about yogesmhrj/laravel-jslogs
Files in yogesmhrj/laravel-jslogs
Download yogesmhrj/laravel-jslogs
More information about yogesmhrj/laravel-jslogs
Files in yogesmhrj/laravel-jslogs
Vendor yogesmhrj
Package laravel-jslogs
Short Description Package to handle the js logs within laravel
License
Package laravel-jslogs
Short Description Package to handle the js logs within laravel
License
Please rate this library. Is it a good library?
Informations about the package laravel-jslogs
Package to handle the js logs within laravel
Please note that this is just the laravel handler for the logs, you will have to execute a client side request to the route provided from this package to write the logs
Setup
Download package
composer require yogesmhrj\laravel-jslogs
Setup service providers
Once the composer has completed the package download, head on to config\app.php
and add the following line to the providers
array.
Yogesmhrj\LaravelJslogs\Providers\JsLogServiceProvider::class
Endpoint for ajax calls
Once the setup is complete, you can call ajax with POST method to the endpoint hop/store/js/logs
to store your logs.
All versions of laravel-jslogs with dependencies
PHP Build Version
Package Version
No informations.
The package yogesmhrj/laravel-jslogs contains the following files
Loading the files please wait ....