dbrw
dbrw
> @adrienne It may be easier to "hack" it for a single setup then it would be to make it available for everyone with configurable setup. > > Here are...
this is Ruby on Rails 5.1 application, you can found out how to deploy it on https://paweljw.github.io/2017/07/rails-5.1-api-app-part-5-deploying-with-confidence/ or you can read their documentation https://guides.rubyonrails.org/v5.1/
How about in testing environment, how do you get current user token? you can login with `$this->actingAs($user)` from a test, but how to get the token?
dear @acacha woud like to thank you for this great package. about this issue, have you found the problem? maybe you can share the tweak so we can apply it...
Hi, all. I've got a workaround for this. You have to edit `app/Http/Controllers/Auth/LoginController`, then change all the code on `attemptLogin(Request $request)` function on line 73 into: ```php protected function attemptLogin(Request...
This also happend to me. I am using spacemacs.
# Here is my php-mode-debug message: Feel free to report on GitHub what you noticed! https://github.com/ejmr/php-mode/issues/new Pasting the following information on the issue will help us to investigate the cause....
@zonuexe thanks for the leads but setting `php-mode-enable-project-coding-style` to `nil` is not helping it. Here are the debug message after updating it: ``` --- PHP-MODE DEBUG BEGIN --- versions: GNU...
I am interested in this approach of searching. If you implement this functionality, how would you handle this kind of problem, @lgrrealag ? My only viable solution is to use...
I think this related if not same as #5135