LaravelPackages.net
Acme Inc.
Toggle sidebar
webtamizhan/lang-manager

This package helps to manage laravel translation without ease

28
0
v1.1
About webtamizhan/lang-manager

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

This package helps to manage laravel translation without ease

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


Installation

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

Usage

$lang-manager = new Webtamizhan\LangManager();
echo $lang-manager->echoPhrase('Hello, Webtamizhan!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart