Nikolay Stoychev
Nikolay Stoychev
Take look here: https://github.com/zircote/swagger-php/tree/master/Examples To view how will look, you can use all put *.yaml file into swagger explorer. I used all this examples to build everything for my use...
> Sorry I've been busy on other things these days. I have merged your PR Please publish a new version.
Hey everyone, just wanted to give an update. Everything seems to be running smoothly with Laravel 10/11 PHP 8.2 on our end, but we're still encountering some log warnings. 
@crynobone should we make PR to nova-docs?
> There's scenarios where: > > 1. application has a "frontend" login for normal user. > 2. application and Nova use separate auth guard. > > For above cases, Nova...
@woweya I have the same Issue, with the Select besides ...Alpine error. I will try to fix it
@woweya I forgot to mention that I use version v1.19.0 [Latest](https://github.com/wireui/wireui/releases/latest). V2 is still in progress. Is there a reason to not use v1 (as suggested in README.md)?
Support for PhpStorm 2023.2.3? Is this project alive?
> @nastoychev I think the problem is how you wrote this line: `wire:model.live="'$options'"` > > You should write it like this: `wire:model.live="options"` No, it does not work. P.p. This reproduction...
> @nastoychev I don't understand why you wrote a dollar sign in `wire:model.live`. As I can see in your updated code version, an error will still occur if you do...