This package helps to manage laravel translation without ease
webtamizhan/lang-manager is a Laravel package for this package helps to manage laravel translation without ease.
It currently has 0 GitHub stars and 28 downloads on Packagist (latest version v1.1).
Install it with composer require webtamizhan/lang-manager.
Discover more Laravel packages by webtamizhan
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require webtamizhan/lang-manager
You can publish and run the migrations with:
php artisan vendor:publish --tag="lang-manager_without_prefix-migrations"
php artisan migrate
$lang-manager = new Webtamizhan\LangManager();
echo $lang-manager->echoPhrase('Hello, Webtamizhan!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.