multilanguage - How can I show all text, title & labels using language file in Laravel 5.4 -


i working on hotel management site on laravel 5.4, want use multi language. have gone through several tutorials didn't result wanted.

marwelln post provided best solution question seems older version of laravel.

according marwelln post, did found 1 error in routeserviceprovider.php

i.e. require app_path('http/routes.php');

changed

require url('routes/web.php'); no luck .

so question how can on laravel 5.4.

any suggestion appreciated.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -