michaelnguyen2021

Results 9 issues of michaelnguyen2021

I am using Vagrant + https://box.scotch.io/ Installed PHPCI by composer. When I run php console phpci:install . NO tables/data are created. Below is the error /var/www/phpci/vendor/bin/phinx: Permission denied Error exits...

I am installing jquery-maskmoney using bower can not get the lastest version [3.1.1]. I am stuck with v3.0.2 please update releases

| Q | A | ----------------- | --- | Bug? | maybe | New Feature? | no | Framework | Laravel | Framework version | 5.8 | Package version |...

I tried lot of things to set id attribute for phone input HTML tag but none of them work ``` ``` Did I miss something ?

Great extension but I have difficult time to follow your example to make it work for my use case In your code example, you have 'phone_number', 'phone', and 'phoneInput' ....

I am using PHPExcel 1.8.0 due to issue with 1.8.1 (**Valid Directory to TrueType Font files not specified** https://github.com/PHPOffice/PHPExcel/issues/556 ) Here is my code ``` php #here is code to...

Hello Dave, I am having trouble with reseting lazyloader. My set up includes: - a input field to search job title - a submit button First submit always work. Subsequence...

I try the below but the data aren't cleared ``` js var sisyphus = $('form').sisyphus({ onRestore: function() { $('select').trigger('chosen:updated'); } }); sisyphus.manuallyReleaseData(); ```

I am surprised to see no unit, functional and acceptance tests for this pretty awesome app. Hope you will add testing suites so people can learn from it. Thanks