translations
JavaScript
Use Laravel’s default translation strings in JavaScript
There are many great Laravel packages that offer ways to use Larave's translation strings in front-end, like mariuzzo/laravel-js-localization and thepinecode/i18n, but what if you wanted a simple solution.
Daiyrbek...
Recent posts
How to debug Artisan with Xdebug?
Xdebug 2
If you are using Xdebug 2 type this command in the terminal:
php...
Extract Untranslated Strings from Laravel Projects using Localizator
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using...
Use Laravel’s default translation strings in JavaScript
JavaScript
Amir - 2
There are many great Laravel packages that offer ways to use Larave's translation strings in front-end, like mariuzzo/laravel-js-localization and thepinecode/i18n, but what...
How to Run Laravel Using Multiple Database Connections on the Fly
Recently I've found myself in a scenario where I had to run multiple database connections in a single Laravel application. Pretty easy...