PHP Package: astrotomic/laravel-translatable
Laravel package for seamless translation management, enhancing multilingual support and SEO capabilities.
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.
Download Latest Version: 11.16.1

Previous Versions
v11.15.1
v11.16.0 - Coming soon
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.