You can install the package via composer:
composer require javaabu/translatable
Publishing the config file
Publishing the config file is optional:
php artisan vendor:publish --provider="Javaabu\Translatable\TranslatableServiceProvider" --tag="translatable-config"
This is the default content of the config file:
// TODO