LaravelDaily / laravel-roles-permissions-bouncer

Laravel 6 adminpanel starter boilerplate project with roles-permissions based on Bouncer package.
172 stars 74 forks source link

Where do I edit the translation ( trans() ) keys? #16

Closed daimalkogaz closed 4 years ago

daimalkogaz commented 4 years ago

For example if I want to edit the {{ trans('panel.site_title') }} to output not "Permissions Bouncer" but something else? Where do I edit it? Also if I want to use a trans('global.login_username') instead of trans('global.login_email') ?

daimalkogaz commented 4 years ago

Figured it out. Sorry.