Donny Akhmad Septa Utama

Results 8 comments of 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 ```

![image](https://github.com/user-attachments/assets/3f36852c-915c-426c-842e-904522743097) I have try your suggestion, but still not work. ![image](https://github.com/user-attachments/assets/cd025df1-8b27-40ed-bc11-da19d3e673d0)

@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...