Store your translations in the database using Laravel Translation Loader
freekmurze released a new package that we can use to enable the translations to be stored in the database.
In a vanilla Laravel installation you can use language files to localize your app. This package will enable the translations to be stored in the database. You can still use all the features of the trans function you know and love.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Packages Sources Laravel 5 Laravel 5.1 Laravel 5.2 Laravel 5.3 Intermediate