PHP code example of philo / laravel-translate

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

    

philo / laravel-translate example snippets


'providers' => array(
    /*
     * Application Service Providers...
     */
    'Philo\Translate\TranslateServiceProvider',
)


return array(
	'search_ignore_folders' => array('commands', 'config', 'database', 'lang', 'start', 'storage', 'tests'),
	'search_exclude_files'  => array('pagination', 'reminders', 'validation'),
	'digg_folders'          => array('app/models', 'app/views', 'app/controllers'),
);