leocavalcante Approved

Member since: 2015-06-29

Recent posts by leocavalcante
Post When

They just merged my PR to make this possible using OctobersCMS builtin extendability features! \o/ h...

Posted in A proper way to get the listed records on a ListController.

Did it at config.php level.

'database' => (function(){
    $host = Request::getHost();

    if (preg...

Posted in How to change the database name on the fly?

I want to do something like Multisites plugin does for themes, but for the database too.

Depending o...

Posted in How to change the database name on the fly?

Just sent to approval

https://github.com/leocavalcante/graphql-octobercms

I hope for some PRs, feedb...

Posted in A GraphQL plugin

For those who want to take it to the next level: Docktober

Posted in Docktober: Docker + OctoberCMS

Thanks for the hint. I thought about that, I will remain with the proxy so the plugin won't make any...

Posted in SimpleTree behavior within backend users

Really cool.

Have you noticed any diference from running October over Caddy and MariaBD instead of A...

Posted in [TUTORIAL] October CMS, Caddy, MariaDB, and php-fpm on CentOS 7: A Guide

Justin, please, take a look at: https://github.com/leocavalcante/oc-backendusertree

Posted in Backend users with limitless parent users

Guys, I'm working on this plugin: https://github.com/leocavalcante/oc-backendusertree

I want to hear...

Posted in SimpleTree behavior within backend users

Renatio said:

Take a look into: vendor/october/rain/src/Database/Model.php class.

There are methods...

Posted in To edit or not to edit October's modules