Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.22k stars 153 forks source link

RuleFactory on AWS #319

Closed Giovanni-Petrella closed 1 year ago

Giovanni-Petrella commented 1 year ago

I use RulesFactory but on locally is work well on AWS don't work, this my rules:

$update_rules = RuleFactory::make([ '%title%' => ['required_with:%html_content_logo%,%html_content1%,%html_content2%,%html_content3%,%html_content4%,%html_content5%', 'present', 'string', 'nullable'], '%html_content_logo%' => ['string', 'nullable'], '%html_content1%' => ['string', 'nullable'], '%html_content2%' => ['string', 'nullable'], '%html_content3%' => ['string', 'nullable'], '%html_content4%' => ['string', 'nullable'], '%html_content5%' => ['string', 'nullable'], ]);

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days

Giovanni-Petrella commented 1 year ago

nothing?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days