jeremykenedy / laravel-logger

An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder localization in form-search.blade

Mokei-it opened this issue · comments

Hello there,
please consider localize placeholders in LaravelLogger/partials/form-search.blade.php

<input name="description" placeholder="{{ trans('LaravelLogger::laravel-logger.dashboard.labels.description') }}"> <input name="route" placeholder="{{ trans('LaravelLogger::laravel-logger.drilldown.list-group.labels.route') }}"> <input name="ip_address" placeholder="{{ trans('LaravelLogger::laravel-logger.drilldown.list-group.labels.ip') }}">

Thank you for your great work

Thank you