PHP Package: astrotomic/laravel-translatable

Laravel package for seamless translation management, enhancing multilingual support and SEO capabilities.

Current Version: 11.16.1
Last Updated: 2025-07-09
PHP Requirement: ^8.0
Dependencies:
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Translatable is a powerful package offering seamless translation management, optimizing multilingual support and SEO capabilities. It simplifies the process of translating your Laravel applications, ensuring efficient localization strategies and boosting discoverability across global markets.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 11.16.1

Download Download v11.16.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/astrotomic/laravel-translatable/11.16.1/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Astrotomic\Translatable\Translatable;
use Astrotomic\Translatable\TranslatableServiceProvider;
use Spatie\Translatable\TranslatableServiceProvider;

$obj = new Translatable();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.