A. Alyusuf

Results 4 comments of A. Alyusuf

Hi, ``` /Applications/MAMP/htdocs/test/app/lib/coolstuff/A.class.php /Applications/MAMP/htdocs/test/app/lib/coolstuff/functions.php /Applications/MAMP/htdocs/test/log.txt /Applications/MAMP/htdocs/test/public/log.txt ```

Ah sorry, tried that.. same issue. Files are being included but functions arent being defined. Same code works fine with sync driver

Project i'm on has seven or eight files, would be kinda messy. Shouldn't Laravel helpers be defined too ?

a workaround: ``` $(document).on("invalid.bs.validator","form",function(e){ $(".select2-hidden-accessible").trigger("change"); }); ```