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
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
If you want to invite a member to a team via email, pls set the JETSTREAM_TEAM_INVITATION on .env to true.