标签: laravel laravel-5 webpack laravel-mix
答案 0 :(得分:0)
你必须使用Mix的复制方法;
mix.copy('resources/assets/img ', 'public/img');
请参阅文档here