Vlad Lesovskiy
Vlad Lesovskiy
> project->build settings->search path->Library Search Paths add Code > > ``` > "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)" > "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)" > ``` > > build success From Xcode13 you should add new param: **_"$(SDKROOT)/usr/lib/swift"_** . All sample snippets are in php format. It would be great to have...
Any updates on this?
@anvaka for me, this problem is also actual. Have you thought about it?
Maybe you meant the opposite? ```php if(!app()->getProvider(NovaServiceProvider::class) && app()->runningInConsole() && app()->environment('testing')) { ```
When I apply this code in MyFlexibleCast class and implements it for custom class, I faced with issue with laravel-nova pages, we faced the problem "Undefined property: stdClass::$layout". After a...
> Ahhh! That's all I want - https://share.getcloudapp.com/wbuQ9RyW - I'm going crazy here lol - got phpStorm open trying to do this Sorry for the delay, did you solve your...