cakephp3 disable deprecation warnings by setting
cakephp3 You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php ‘Error’ => [ ‘errorLevel’…
cakephp3 You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php ‘Error’ => [ ‘errorLevel’…
To use google reCaptcha with php you can read How to use google recaptcha with PHP . In this tutorial we…
Step 1 So First Add this js to your header or default layout or your preferred location where you call…