laravel 5.3,php artisan make:auth have Uncaught SyntaxError:无效或意外的令牌

时间:2016-10-12 09:27:38

标签: laravel laravel-5 laravel-5.3

新安装的laravel 5.3

执行以下操作..

  • php artisan make:auth
  • 已配置数据库
  • php artisan migrate

whiling out out not working not&出现控制台错误..

Resource interpreted as Stylesheet but transferred with MIME type application/x-gzip: "http://localhost:8000/css/app.css".

app.js:1未捕获的SyntaxError:无效或意外的令牌

1 个答案:

答案 0 :(得分:0)

将其添加到您的.htaccess文件中:AddType text/css .css - 这将发送正确的标头而不是x-gzip文件。