Adding Translations to Model Using MySQL JSON Field in Laravel Posted in Laravel | 7949 Views Recently, I have been working on an application which needs to store a lot of metadata for the product model in JSON field format. My first... 21 February 2019 0 Comments
How To Create Multilingual Website using Laravel Localization Posted in Laravel | 25478 Views In this post, I will show you how we can create a multilingual website using Laravel Localization. There are different ways of using localization in... 16 February 2019 11 Comments