Skip to content

NayThuKhant/laralog

Repository files navigation

Laralog

A Log Server implementation in Laravel. This server implementation is compatible with all kind of languages, you can simply call the API to store or report your application log

installation

git clone git@github.com:NayThuKhant/laralog.git
composer install
cp .env.example .env
php artisan key:generate
php artisan db:seed 
npm install && npm run local

Configuration

Invite team member via email

If you want to invite a member to a team via email, pls set the JETSTREAM_TEAM_INVITATION on .env to true.

Dashboard Logs Log

Client Plugins

Client package for Laravel

If you don't want to use our supported plugins, you can simply call the API via your preferred http client.

About

Log Server Using Laravel, Jetstream & Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages