DMeganoski Approved

Member since: 2016-02-23

Recent posts by DMeganoski
Post When

Just include the paths to custom classes in autoload in composer.json. It will search these director...

Posted in How to register middlewares in OctoberCMS plugin?

this more than likely has to do with your rewrite rule.

http://stackoverflow.com/questions/17222140...

Posted in Remove index.php

@wvelez you were missing a closing bracket for your options object.


$(document).ready(function () {...

Posted in How to integrate javascript plugins which require php scripts

Well that would depend on what format the image is in. 'image/jpeg' is the mime for .jpg files. I th...

Posted in Attachment in email in OctoberCMS

@er.shajidkhan13974 sorry, I barely have time enough to provide this help, I cannot do it for you.

...

Posted in How to integrate javascript plugins which require php scripts

No, looking through the source, attachments are not mentioned anywhere in the mailer. It does not lo...

Posted in Attachment in email in OctoberCMS

Well, not sure if there is an easier way in October, but in Laravel (which should still work) I used...

Posted in How to redirect back to intended page after login

@ogoy17590 this problem usually comes from issues with mod_rewrite. You see, you are actually only a...

Posted in Trying to install October CMS in windows. Pre-installation system check fails. Libraries extensions missing/not detecting.

Well, I've not used the form_ajax function before, but I have used the $.request() function of the a...

Posted in How to return Ajax error if something goes wrong?

You should use the 'pre' and 'code' tags to format your code, otherwise it makes it very hard to rea...

Posted in DataTable widget is not working!