bonniss26 Approved

Member since: 2019-05-01

Recent posts by bonniss26
Post When

I have switched to gulp 4. Thanks to its plugin gulp-purgecss, everything is working now. gulp gives...

Posted in Using laravel-mix-purgecss in frontend themes

I removed the makePartial() and modify the theme.yaml to:

  color_legend:
    type: partial
    path...

Posted in Is it possible to use partials in theme customization?

Hi guys, followed the docs, I have created a setting page for my theme. Now I have a demand for a cu...

Posted in Is it possible to use partials in theme customization?

Hi guys. I just wonder if anyone is using this nice package laravel-mix-purgecss in October theme. I...

Posted in Using laravel-mix-purgecss in frontend themes

reallifedigital said:

tl;dr;

Are you using a non-numeric primary key and having issues with redir...

Posted in [HOWTO] Use a different primary key than 'id' in a model or controller

I have a schema, in which USER is in a many-to-many relationship with TITLE through DEGREE:

USER -|-...

Posted in Deal with n-tuple (n>2) primary key of junction table in OctoberCMS