Adam Gąsowski
Adam Gąsowski
Laravel version: **6.20** Plugin version: **4.3.0.211** Both fields must be filled, otherwise the generator does not add the configuration entry in `AuthServiceProvider.php`. This is independent of the target directory settings....
Example routing definition: ```php Route::get('/foo', 'FooBarController@foo')->name('foo'); Route::post('/bar/{id}', 'FooBarController@bar')->name('bar'); ``` Scaffolding via _Show Context Actions_ menu action, on _action_ fragment: ```php
### Feature Description If possible, add a query builder class hint for the relationship. Open dropdown from cursor... ```php Model::query()->with(['relatedModel' => function () {}]) ``` and choose: ```php Model::query()->with(['relatedModel' =>...
Perhaps this is too much of an expectation, but it can also be simpler than it sounds. Currently PhpStorm does not support this in blade templates.
What|Value ---|--- System| Linux Mint `21.3` Distro|Ubuntu `22.04` Version| `1.0.0` Package| `DEB` Error: ``` marker: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or...
The service starts, but you cannot connect to it, it rejects connections.
> HOW OFTEN IS NEW CONTENT ADDED? > We will try to add new content every second week, or at least once a month. You haven't published anything for almost...
Sometimes I create Silex applications that they do not support http requests. Then I have to do such combinations to make it work: ```php $app->handle(\Symfony\Component\HttpFoundation\Request::create('/_dump')); ``` Can you isolate the...
(1) Historical data not translated (2) Select too short, suffixes not translated  --- Not translated buttons  --- (1) Not translated (2) Some countries have 24-hour clock  ---...
There are no "delete" button for telemetry? [v1.7.3](https://github.com/msgbyte/tianji/releases/tag/v1.7.3)