Sam Thornton

Results 5 issues of Sam Thornton

Hi there, When using ```$model->update()``` the updating method is not firing thus not creating a new revision of an updated model. ``` $this->model->update([ 'title' => $this->request->title, 'content' => $this->request->content, 'meta_title'...

Hi there, I am currently using the Wordpress Plugin Boilerplate (https://github.com/DevinVinson/WordPress-Plugin-Boilerplate) to build a plugin as I have many times before however now have a requirement for background processing. I...

Hi there, I seem to have come across an issue, not sure if it's isolated to my own development though. When I run 'gulp watch' and then make changes to...

Hi there, So i've picked up this package this morning and installed into my project, made the necessary change to my resource file and im simply getting the error: ```Class...

Hi folks, I just wondered if it would be worth mentioning the correct process for upgrading to the new patch alongside using the toolbox. IE: do you recommend upgrading to...