PHP code example of webtamizhan / lang-manager
1. Go to this page and download the library: Download webtamizhan/lang-manager library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webtamizhan / lang-manager example snippets
$lang-manager = new Webtamizhan\LangManager();
echo $lang-manager->echoPhrase('Hello, Webtamizhan!');
bash
php artisan vendor:publish --tag="lang-manager_without_prefix-migrations"
php artisan migrate