Astrotomic/
A Laravel package for multilingual models
USD raised
Recent activities
Return value of App\Post::locale() must be of the type string, null returned
Undefined property: App\Category::$translatedAttributes
Sort with translation value and without translation value
how to translate all the rows at one time
A tip to make translations for a Pivot Model
How do we migrate from dimsav/laravel-translatable to Astrotomic/laravel-translatable?
Scope whereTranslationLike case insensitive variant for PostgreSQL needed?
Sort by translation using translatable along spatie/laravel-query-builder
Translated columns sets to null values while using Query Builder
the locale is 'en' but the translation comes 'ar'
Additional Data in "translation" table.
How to fetch all Model objects which are translated to a specific language?
Transltable Slug Validation.
SyncTranslations Method on Update
Error "Array to string conversion" when create with multiple data
How to get all translations regardless of current locale?
Get translations of many rows returned by Eloquent
Searching in translation tables
How To Load Translations With Specific Columns Only
SQLSTATE[23000]: Integrity constraint violation or all foreign keys are zero.
Laravel 6.0 compatibility
RuleFactory doesn't parse the array value
how to display the translated text with current locale
How to check if translatable title is nullable in data base
laravel 6 support
Polymorphic Relationships?
Error on Fresh Installation
Remove need to specify the language when updating Eloquent object
Saving translated locale attributes
Field with null value gets data from other language field.
Create data issue
Keep sort default when change locale
Mutator - main model
Validation
orderByTranslation scope seems to ignore fallback locale
Optimize/Refactor test suite
I can't install this package on laravel 6.0
Delete the translations by default
Create models in seeders
Using translateOrNew() in an observer
Polymorphic Relationships
Can I use it on Laravel 5.5?
Does not update information with Laravel Nova
How can we acquire this for pivot table values?
Save translatable value in pivot table
When I use toArray(), the default language is always returnd
Possible to get a translation and copy it with another locale?
Can I translate a model key which includes HTML Tags?
Working with Laravel Datatables
Is it possible to fill the parent's id when using getTranslationOrNew?
[Question/Bug] Translatable Contract implementation...
using custom foreign key for translation table
Allow new lines in translations
replicateWithTranslations doesn't set the id of the new model
How to get results without translations?
Request update for Laravel 7
Trashed Translations
How to add a column in select query from a translated table?
Translated attributes won't save with mass update (v11.5 - Laravel 5.6)
Permissions per locale
Using main table for default application locale
About Listing Data with QueryBuilder (Eloquent)
how i can change translatable.locales in fly
Nova Support (search and sorting)
How can I change default locale ?
RuleFactory doesn't parse Rule::unique second parameter
: Column not found: 1054 Unknown column 'en' in 'field list'
Fallback locale not taken from locale list in translation exists, even if property doesn't.
Multilingual problem
Is this the right way to use the fill() to save a translation data?
Hardcoded locale key in Relationship trait
Default translate if null
Not get current Locale
How to deal with joined tables
Validation Rule did not work for me!
Using SoftDeletes
Can this package be used with a single polymorphic model?
$translatedAttributes keys also need to be in $fillable otherwise not saving
Performance problem - so many queries and I can't cache them
translation ilike
How can I executing queries to only one?
Error when store the data
Check and remove null translated fields from the input request and delete from model
Dynamically add languages
How to return English "en" as a default language if translate is NULL (not set)?
Not updating with Nova
Scope that retrieves for country based locale all translations (without duplicates)
need to connect to my language table
Is it possible to disable the translation fallback during a query?
cannot store or update fields of translatedAttributes array
withTranslation scope does not return the default translation
Translate in whereTranslation Relationship
config/translatable.php : locales returns null
Translations are not loaded with Datatables in server-side mode
Fallback locale gets ignored
Queue does not work because Locales::current()
Laravel 8 support
use scope listsTranslations return all translated fields and ‘translations’
php artisan route:cache - 404 page not found
Cannot validate inputs
What is the proper way of using fallback?
Some of translation result returns null
How to log Model event with spatie activitylog package?
How to update model with its translations?
detect accept-language automatically
The default locale and fallback changed.
Validation for multiple fields
Best practice for Many to Many relationships
Boolean translated attribute not working correctly
Not working in Laravel 8
Unable to Publish the Package in Laravel Lumen
Fallback not taking into account public defaultLocale prop
How can I mock the insertion from Feature test?
whereTranslation with orderBy
Is it possible to use a custom string primary key in the model table instead of ID ?
How can I iterate through translation attributes of model in a view?
Simple access to localized attribute doesn't work, only with passing locale after it
too long title
App::setLocale does't work.
Unable to export translatable config file
listsTranslations returns an empty array
whereTranslation method can not add operator.
Unable to publish the package
SELECT statement with translations
Store model translation in a module
Translation not filled using attach on translatable Morphpivot relation
how to get array for all translation with model? example: all()->getTranslationsArray()
Get all translations best practice
How to use join while translation?
Integrity constraint violation: 1452 Cannot add or update a child row
Different languages code problem
Fallback is not being found
have bug in create in seeds
How can I hide empty translated posts in my blog?
v11.9.1 doesn't save atttributes on laravel 8
How to access to package methods like load() ?
Can't update model with new translation
Integration with codezero-be/laravel-localized-routes
Extension config for eager load
How can I load hasMany translated relationships ?
Problems with changing the attribute (value) of the current locale
Laravel dispatch events
"Array to string conversion" only at create model in Seeder
Always load translations by locale key
Is there a ui for this Package?
Retrieved All record from model with translation
Save/ update locale on
Scope translatedIn(?string $locale = null) returns the same value as Model::all()
translation field in json return
disableAutoloadTranslations not working for me
Support different validation rules for different locales
request help some issue
GroupBy translation field
N+1 query problem
defining getRouteKeyName() on a translatable field fails
Option to ignore checking null for SQL optimization
Fallback not working?
Create Method with translations - SQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'field list'
Replace fallback locale configuration and logic by dedicated Strategy class
How To Update Model TimeStamps
when I use pivot model, get error: "getTranslationRelationKey(): Return value must be of type string, null returned"
Laravel 5.7 dimsav translatable to Laravel 8
how to select custom filed from translation table
i want return updated_at translations
what if I want to use the where filter
what if I want to use the where filter ?
Updated Event In translated model
Fallback enable/disable per property?
How to get only translations of the current locale?
why 11.10.0 is not new major version? This version drop support 7, 6 laravel
route with translated post slug
Compatibility with BackpackForLaravel
refactor `translation()` to `hasOne()->ofMany()` relationship
Translations not created while calling all seeders (but created if calling only this class)
Problem with use_property_fallback - returns null.
Filter collection based on specific locale
Translations aren't added automatically when mass update
Update documentation
Trigger saving/saved event in the Translatable Model when changes are made in the Translation model
Fallback Locale as per the model column
How to insert bulk records
map models to laravel-translations translation table using [lang, group, key, value]
How to load translation only for the current locale ?
Any package to support Nova 4
How to access base model data
Add support Filament and simple solution
How to call relationship's translation?
how to get translations grouped by locale?
Why data returned with astrotomic/laravel-translatable have invalid language?
orderByTranslation gets ignored
RuleFactory on AWS
Relations issue come
astrotomic/laravel-translatable giveing error while using translated() function
Create eloquent
Livewire conflict
The new version is not code compatible with v11.10.
Laravel 10
Can't save base model changes with guarded attributes after getting translations
Too many queries
Filling multiple translations error
`translations` relationship is fetched even if it's not eager loaded.
How do I get only the "title" column, excluding the "content" column?
After upgrading to v11.11 and later, my code is wrong.
Empty Translation row if locale not in data.
Error on seeder "Array to string conversion"
© 2019 BoostIO, Inc.