Jamie Holly

Results 9 comments of Jamie Holly

+1 on this idea. I like using JsonAPI resources for things like Inertia apps as well, just to keep the number of needed resource classes to a minimum. The work...

Take an Inertia app as an example. Instead of having to create generic Laravel JSON Resources for the App, then JSON-API resources for the API endpoints, you could utilize a...

@timacdonald It seems like I tried that before and couldn't get it to work, but if it's handling it, then that's a perfect solution. Thanks!

@timacdonald - just tried the custom request object and it works great. Thanks!

You need to type it into the Drupal API window (window->drupal->drupal api). It defaults to docking to the left sidebar, under the project/file tree explorer. See the attached. ![capture](https://f.cloud.github.com/assets/527984/1213875/a7639b80-2632-11e3-8dc4-39da2c631f3c.JPG)

The icon on the toolbar is for the search box next to it (which searches api.drupal.org). You need to enable the API windows under Windows->Drupal->API and Drush window in the...

That's it. The API window opens under the file explorer (by default). Once you open a registered .php file, then it will populate with the hooks for that version of...

Looks like this was just hitting Drupal 6 code templates. I rebuilt the templates and have them committed. You can either download the updated NBM and install that, or copy...

There's no more popups. You set the default version of Drupal in Tools->Options->PHP then can set different version per project by right clicking the project in the project explorer, going...