jasonwong Approved

Member since: 2014-11-19

Recent posts by jasonwong
Post When

Anyone can help me?

Posted in Class 'Laravel\Horizon\HorizonServiceProvider' not found

As I said in the reviews, I was added that dont-discover code in the composer.json file of my projec...

Posted in Class 'Laravel\Horizon\HorizonServiceProvider' not found

Hey everyone,

Due to various reasons, I need to use the fileupload in my plugin form field of partia...

Posted in How to use the fileupload formwidget in plugin form field of partial type ?

I want to submit a private plugin to help update for my some website, but I dont't want to shown tha...

Posted in Can I submit a private plugin on October Marketplace?

I have a master table and a slave table of my products, master table fields such as title, descripti...

Posted in Is there a good way to process related data?

I use below code in my controller's constructor:

    $this->beforeFilter(function()
    {
        Ev...

Posted in Does not have a method definition for beforeFilter

Try to create a new backend theme.

Posted in How to add JavaScript file to Backend pages?

Still not find a way, can someone help me.

Posted in Where definition the handler function when depend field are changed.

ok,I found a way that is used \October\Rain\Database\Traits\NestedTree in the plugin model class.

Posted in How to use showTree option in list page?

You can try $this->addCss and $this->addJs method in you own plugin controller.

For example:

public ...

Posted in How to add JavaScript file to Backend pages?