79186931

Date: 2024-11-13 23:11:38
Score: 1
Natty:
Report link

Install php-loader:

npm install php-loader --save-dev

Update webpack.config.js:

module: {
  rules: [{ test: /\.php$/, use: 'php-loader' }]
}

Require PHP in JS:

var fileContent = require('./file.php');

Ensure PHP is installed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Navid Mirzaaghazadeh