PHP code example of soufian212 / laratransmanager

1. Go to this page and download the library: Download soufian212/laratransmanager 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/ */

    

soufian212 / laratransmanager example snippets


    'cache_translations' => true,
    'cache_lifetime' => 3600,
bash
php artisan vendor:publish --tag=laratransmanager-migrations
bash	
php artisan vendor:publish --tag=public --force
bash
php artisan vendor:publish --tag=laratransmanager-config
bash
php artisan migrate
bash
php artisan translation:init
bash
php artisan cache:clear