Mehdi Achour
Mehdi Achour
For future readers: * Using node v6.17.1, and adding `"less": "2.7.3"` as a dependency in package.json fixed the build for me * Once standalone.html is open, an error is shown:...
Adding some more PHP stacks to consider: **Frameworks:** * [Laravel](http://laravel.com) * [Symfony](https://symfony.com/) * [Yii](http://yiiframework.com) * [Slim](http://www.slimframework.com/) * [Cake PHP](https://cakephp.org/) **Site builders:** * [SPIP](https://www.spip.net) as these are PHP frameworks, it can...
Not a WordPress expert by any means, but here's my two cents from experience: * There's nothing in JS as far as I know. * You *will* need to check...
PS: the `Link` header may not be available if the REST api is not enabled. Definitely go with `wp-content/wp-include`. Haven't come across any wordpress site which didn't have at least...
@paulirish here are some insights Link is generated by this function ```php function rest_output_link_header() { if ( headers_sent() ) { return; } $api_root = get_rest_url(); //
@paulirish images uploaded through WordPress are usually available under "*/wp-content/uploads/*", so you may want to extend the selector to check `img[src*="wp-content"]` as well.
Installed (0.10.58.51) & relaunched the IDE, the error is still here.
It does happen only for this model, nice catch. It's as if the plugin also read from the `mysql.user` table Reproduce case: User.php ```php
I just created a new `plugin` table for example, and completion does bring up additional fields from `mysql.plugin`. Here's my Database setting for the project, only my database is checked:...
I almost hated you :D But it worked when I tried to open PHP Storm a second time, and the problem is gone ! Thank you