Arjay Angeles

Results 436 comments of Arjay Angeles

It seems like your editor scripts did not load properly. Does this exists? ```js ``` Also, I think you should use asset since it's not compiled by mix. ```js ```

Thank you for reporting, can you please submit a pull request on v3/master branch to fix this? Still using PHP 7++ and might not be able to verify this yet.

Just fork the repo, checkout or create a patch branch from master, push the changes to your fork and the github can detect if you want to submit a PR.

@holyblue what version are you using? This issue was already fixed in the framework v5.2. See this issue https://github.com/yajra/laravel-oci8/issues/170

@plip14 can you please submit a PR for your proposed solution? Does your solution did not affect other crud operations on your app? Maybe we can indeed remove the int...

Reviewing this and this is the difference when doing a tinker session in Laravel: With this PR, the console log is: ``` Psy Shell v0.9.7 (PHP 7.1.19 — cli) by...

Whoops, sorry! I have overlooked this issue. Were you able to resolve this? I am not really familiar with T_TAGS so I may not be able to help you much...

@cartbeforehorse this looks like a good idea. Can you please submit a PR given the following snippets you provided? Thanks!

Sorry for late response. You can add your credentials by setting the ff config on your env: ```php DISQUS_ENABLED=true DISQUS_USERNAME=your_username ```

it's already on the [read me](https://github.com/yajra/laravel-disqus#config)?