aslnbxrz/filament-simple-translation

Filament 4 page to manage Simple Translation keys & translations inline.
118 1
Install
composer require aslnbxrz/filament-simple-translation
Latest Version:2.0.3
PHP:^8.1
License:MIT
Last Updated:Nov 24, 2025
Links: GitHub  ·  Packagist
Maintainer: aslnbxrz

Filament Simple Translation

Latest Version on Packagist Total Downloads License

A lightweight Filament page to manage translations powered by Simple Translation.


✨ Features

  • Filament page to browse and edit translations.
  • Scope-based filtering (e.g., app, filament).
  • Inline editing of translations with language-specific columns.
  • Filters for missing/filled translations.
  • Supports multiple languages configured via AppLanguageService.

📦 Installation

composer require aslnbxrz/filament-simple-translation

Then publish the config

php artisan vendor:publish --tag=filament-simple-translation-config

⚙️ Configuration

return [
    'default_scope' => 'app',
    'scopes' => [
        'app',
        'filament',
        // add your scopes here
    ],
];

default_scope – which scope to load by default.

scopes – list of available scopes to filter translations.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707
laravel/framework

The Laravel Framework.

572,249,171 34,893
laravel/tinker

Powerful REPL for the Laravel framework.

481,927,243 7,441