将自定义Ace主题添加到Laravel Voyager

时间:2019-02-18 11:28:56

标签: php laravel laravel-5 voyager

我在配置中添加的My Voyager.php中的大家好

'additional_js' => [
      //'js/custom.js',
      'js/theme-dracula.js',
      'js/mode-php.js',
  ],

在我添加的voyager管理面板表中添加面包

 {
      "theme": "dracula",
      "language": "php"
 }

所以我在数据库中收到此错误

  

theme-dracula.js:1未捕获的ReferenceError:define未定义          在theme-dracula.js:1

     

mode-php.js:1未捕获的ReferenceError:define未定义         在mode-php.js:1

     

获取http://127.0.0.1:8000/admin/posts/theme-racula.js   net :: ERR_ABORTED 404(未找到)

     

获取http://127.0.0.1:8000/admin/posts/mode-php.js净值:: ERR_ABORTED   404(未找到)

0 个答案:

没有答案