Donny Akhmad Septa Utama
Donny Akhmad Septa Utama
> Hi > > ``` > $book = Book::find()->where(['status' => 'publish'])->one(); > ``` > > Please see https://www.yiiframework.com/doc/api/2.0/yii-db-queryinterface#where()-detail I think you misunderstand my question, my question is how to get...
how about configuration in details tab? and what is IP 192.168.1.212?
I have tried, but `LaravelDataTables` is undefined
here is my code ``` @push('page-script') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} LaravelDataTables['productcategories-table'].draw(); @endpush ```
 I have try your suggestion, but still not work. 
@yajra please help me
yeah same on me. I named my minio service as "minio.service". so in `.env` file "DO_ENDPOINT=http://minio.service:9000" but it doesn't work if "DO_SPACE" not blank. error will be raise like this,...
I think the problem is DO_SPACE, I guess if we have like minio service on local, DO_SPACE cannot to be subdomain. what I see, opensign always use DO_SPACE as subdomain...