filament-tinyeditor
filament-tinyeditor copied to clipboard
copy(/vendor/tinymce/tinymce.min.js): Failed to open stream: No such file or directory
if in 'provider' => 'cloud' everything working fine, but in 'provider' => 'vendor' weird error happen.
sail@d48f893a3bb8:/var/www/html$ php artisan filament:assets
ErrorException
copy(/vendor/tinymce/tinymce.min.js): Failed to open stream: No such file or directory
at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:342
338▕ * @return bool
339▕ */
340▕ public function copy($path, $target)
341▕ {
➜ 342▕ return copy($path, $target);
343▕ }
344▕
345▕ /**
346▕ * Create a symlink to the target file or directory. On Windows, a hard link is created if the target is a file.
+16 vendor frames
17 artisan:13
Illuminate\Foundation\Application::handleCommand()
This is the assets published by this plugin
The tinymce.min.js file is published, and path look correct for me.
But I'm facing this weird error, it always throw when I'm running php artisan filament:assets.