I am new to repository in laravel and trying to work on it , But when i run the application it throws the error Class 'App\Repositories\User\UserRepoServicePr
I'm working on Magento EE 2.1.1 and I need to extend activate method functionality which located in lib/web/mage/collapsible.js . but I can't find the right way
I am trying to run a basic Symfony installation which I generated using this command : $ symfony new basic When I run the following commands : $ cd basic $
I'm trying to create something that will check the date and produce a different variable result depending on the date today. This is my current code: <?php
I'm trying to figure out how to calculate the median of an array of randomly generated numbers. I have the array all set up, but I'm having trouble putting toge
I want to setup LAMP in Azure server, There are approachs to setup LAMP using below methods LAMP Package : sudo apt-get install lamp-server^ Apache, PHP, MySQL
I want to know my current PHPCS standard in Visual Studio e.g: { "phpcs.standard": "PSR2" } how to set it is given in the documentation phpcs --c
I've had 3 developers look at this now and we cannot figure out why this test webhook on Shippo is returning a 406 error. The site is live and working fine oth
I want to include a simple in the edit attribute form. (/wp-admin/edit.php?post_type=product&page=product_attributes&edit=55) Is this possible? Everyt
I am new in Wordpress and I am writing this code in my functions.php but it isn't working. This is my code: <?php function myFunction(){
I'm using google ads to generate keywords , I'm not sure if i did follow the right instructions. I created at first a manager account https://developers.goog
Wampserver PHP 7.4.26 , Apache 2.4.51, mysql 8.0.27 Having looked at other questions on stack overflow I am now able to access index.htm in www folder or www/
I am uploading a simple subscription page for my website using cPanel. I uploaded the files to public_html, moved the files from public folder and modify index.
I am trying to make this code increase the value of $clicks by 1 every time I click the button, but I cannot seem to get it working. Any inputs? <form acti
I have been using Laravel powered API and VueJS powered frontend, two separate projects for single page application. Now I want to switch to Laravel Jetstream w
I try to show the last tweet from a specif user, using the Twitter API. When I try to echo the first result I get an empty page. When I echo my JSON data is see
I am a student learning PHP. To my knowledge and from tutor's comment, I guess the tutor said that server side runs before and client side after. So when i che
I am converting an HTML string to PDF. The HTML string has a Unicode character \00a0 non breakable space. In the PDF, \00a0 is converted in to ;Â symbols.
I'm a beginner in PHP and was trying to access my database after clicking on the login I get the error below while establishing connection Con
I'm trying to multiply each value from array_module_rate array. The result should be: $array_module_rate[0] = 25 $array_module_rate[1] = 15 $array_module_rate