tfilos
03/15/2022, 8:29 PMifox
03/15/2022, 8:29 PMtfilos
03/15/2022, 8:29 PMtfilos
03/15/2022, 8:32 PMtfilos
03/15/2022, 8:36 PMzoi
03/16/2022, 9:50 AMHarings Rob
03/16/2022, 9:51 AMzoi
03/16/2022, 9:53 AMHarings Rob
03/16/2022, 9:54 AMHarings Rob
03/16/2022, 9:57 AMkalle
03/16/2022, 10:35 AM$casts can be nested since translated lang keys contain array values?
Or I need to make this manually.
Currently getting array to string error.
With manual array serialize it passes.Gvido Blue Fox
03/16/2022, 11:36 AMifox
03/16/2022, 11:38 AMifox
03/16/2022, 11:42 AMrestricted, which is a boolean you can use when defining your buckets in configGvido Blue Fox
03/16/2022, 11:45 AMGvido Blue Fox
03/16/2022, 12:00 PMifox
03/16/2022, 12:10 PMifox
03/16/2022, 12:11 PMmediableskalle
03/16/2022, 12:13 PMform method and appending data to the form_fields?
value is not working
Resolved
php
protected $appends = array('html');
public function getHtmlAttribute()
{
$id = $this->getKeyForSelectQuery();
...
}
This allows Twill to collect non existing attribute from the model and serves it in the form.zoi
03/16/2022, 3:43 PMkalle
03/16/2022, 3:56 PMifox
03/16/2022, 5:22 PMifox
03/16/2022, 5:23 PMpboivin
03/16/2022, 6:04 PMHasRelated trait. Have you tried using $with on your related models?
class Category extends Model
{
protected $with = ['medias'];
// ...
}kalle
03/16/2022, 6:10 PMdpadular
03/16/2022, 8:25 PMadmin.domain-name.test. it just goes to the frontend of the site. .env file is configured the same way as the others, as far as i can tell. adding and removing the ADMIN_APP_URL config value to specify the subdomain hasn't changed anything so far.
has anyone run into this issue?ifox
03/16/2022, 8:28 PMifox
03/16/2022, 8:30 PMifox
03/16/2022, 8:31 PMkalle
03/16/2022, 8:32 PM