yogesmhrj / laravel-jslogs
There is no license information available for the latest version (0.0.1) of this package.
Package to handle the js logs within laravel
Package info
github.com/yogesmhrj/laravel-jslogs
Type:laravel-plugin
pkg:composer/yogesmhrj/laravel-jslogs
0.0.1
2024-01-26 08:29 UTC
This package is auto-updated.
Last update: 2026-03-26 14:23:10 UTC
README
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.