+ Premium plugins require Composer to be configured with the NativePHP plugin repository and your credentials.
+
+
+
+
+ composer config repositories.nativephp-plugins composer https://plugins.nativephp.com
+
+
+
+ @auth
+
+
+ composer config http-basic.plugins.nativephp.com {{ auth()->user()->email }} {{ auth()->user()->getPluginLicenseKey() }}
+
+
+
+ @else
+
+
+ composer config http-basic.plugins.nativephp.com your-email@example.com your-license-key
+
+
+
+ @endauth
+
+