Adam Gąsowski

Results 37 issues of 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....

will be fixed/implemented soon

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

will be fixed/implemented soon

### 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...

question

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 ![obraz](https://github.com/msgbyte/tianji/assets/421597/3d088601-9a68-4f2a-afcc-afab1aaebe78) --- Not translated buttons ![obraz](https://github.com/msgbyte/tianji/assets/421597/89c3c6ed-d53d-4dd3-a40e-dae6650db2bb) --- (1) Not translated (2) Some countries have 24-hour clock ![obraz](https://github.com/msgbyte/tianji/assets/421597/8fa31dbb-c8ea-4fbe-93b0-4217f0b80222) ---...

There are no "delete" button for telemetry? [v1.7.3](https://github.com/msgbyte/tianji/releases/tag/v1.7.3)

enhancement