yogesmhrj / laravel-jslogs
Package to handle the js logs within laravel
Package info
github.com/yogesmhrj/laravel-jslogs
Type:laravel-plugin
pkg:composer/yogesmhrj/laravel-jslogs
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-26 15:13:44 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.