ukebako8008 Approved

Member since: 2015-05-03

Recent posts by ukebako8008
Post When
/**
     * Boot method, called right before the request route.
     *
     * @return array
     */
 ...

Posted in Hide the settings button

I use ArangoDB successfully with OctoberCMS last 6 months. I don't use it for ORM but added some tra...

Posted in MongoDB Support For October

When using daterange list filter, the documentation suggests the following condition string:

publish...

Posted in Daterange list filter: fix unexpected timestamp-based behaviour.

I want to implement the following group access policy:

  • Admins - can do anything

  • Site admins - can...

Posted in Restrict creating backend superusers for new users

@alxy

Thanks a lot for the link. That's what I asked for.

Posted in Bootstrap components in Backend

Thanks for reply. Sure I can do such things, but I think it's not a good idea to find certain styles...

Posted in Bootstrap components in Backend

What is the best way to use bootstrap components in backend pages? For example, I need bootstrap lab...

Posted in Bootstrap components in Backend

The only way to fix this problem that I found, is rather dirty solution.

Let's say, my parent model ...

Posted in Relation Controller. Access parent model from new related model.

I have deleted the solution posted earlier, because with this solution the new related model is not ...

Posted in Relation Controller. Access parent model from new related model.

I have 2 models: Item and ItemPrice

Item hasMany ItemPrices

ItemPrice belongsTo Item

When I create n...

Posted in Relation Controller. Access parent model from new related model.