Thomas
Thomas
**Current behavior** My source code: ``` methods: { addWindow: function (event) { console.log("addWindow", event); let newItemConfig = { title: "Test", type: "component", componentName: "testComponent", componentState: {label: "Thomas"}, }; this.goldenLayout.root.contentItems[0].addChild(newItemConfig); }...
### Feature Description Hello, I've been using the plugin for a few months and it has made my work in PhpStorm with Laravel much easier. However, since I started using...
### Feature Description For my projects, I use a DDD structure modelled on "Beyond CRUD" (see https://stitcher.io/blog/laravel-beyond-crud-01-domain-oriented-laravel). This all works very well up to the following point. Normally, my folder...
### Description All resources of type [deviceAppManagement](https://learn.microsoft.com/de-de/graph/api/resources/intune-mam-deviceappmanagement?view=graph-rest-1.0) are missing. In particular, the option to manage mobile apps to ensure app installation on the end devices is missing. An example [Graph-API...
### The request I would like to make the source parameter configurable. Currently `-s winget` is always used as an argument so that private repositories are ignored. But since I...
### Description I try to structure my project according to Domain-Driven Design principles. Specifically, I want my models and controllers to be placed in the appropriate domain-specific directories more easily....