Pascal Hesselink
Pascal Hesselink
In Laravel you can use the following code to gather the amount of relationship items without loading the full model/data: ```php $threads = Thread::withCount(['posts'])->get(); ``` We currently have: ```php protected...
How can I send a predefined command when successfully connected to the server?
## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.4 @capacitor/core: 7.4.4 @capacitor/android: 7.4.4 @capacitor/ios: 7.4.4 Installed Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/ios: 7.4.2 @capacitor/android:...