Added an extension with PHP Composer.phar to report this error.
The last time I met you, it seemed like I just emptied the cache from the Web directory.
But this time it's not.
public static function copyDirectory($src, $dst, $options = [])
{
if ($src === $dst || strpos($dst, $src) === 0) {
throw new InvalidParamException('Trying to copy a directory to itself or a subdirectory.');
}
if (!is_dir($dst)) {
static::createDirectory($dst, isset($options['dirMode']) ? $options['dirMode'] : 0775, true);
}
$handle = opendir($src);
if ($handle === false) {
throw new InvalidParamException("Unable to open directory: $src");
}
Have a similar situation or have a solution to the classmate to mention a wake up AH thank you
Reply content:
Added an extension with PHP Composer.phar to report this error.
The last time I met you, it seemed like I just emptied the cache from the Web directory.
But this time it's not.
public static function copyDirectory($src, $dst, $options = [])
{
if ($src === $dst || strpos($dst, $src) === 0) {
throw new InvalidParamException('Trying to copy a directory to itself or a subdirectory.');
}
if (!is_dir($dst)) {
static::createDirectory($dst, isset($options['dirMode']) ? $options['dirMode'] : 0775, true);
}
$handle = opendir($src);
if ($handle === false) {
throw new InvalidParamException("Unable to open directory: $src");
}
Have a similar situation or have a solution to the classmate to mention a wake up AH thank you
Re-edited Appasset's SourcePath, you can.
public $sourcePath = '@webroot/adminlte';
public $baseUrl = '@web';
public $css = [
'dist/css/AdminLTE.min.css',
];
public $js = [
'dist/js/app.min.js',
];