4里面是composer下载以后,publish,blade模板里面有html标签

不过在5以后,html和form标签去掉了,publish方式似乎也变化了,没看懂……

直接贴demo吧

mac:newTestApp mmc$ tree public
public
├── css
│   └── app.css
├── favicon.ico
├── index.php
├── js
│   └── aa.js
└── robots.txt

引入js

<script language="JavaScript" src="{{ URL::asset('/') }}js/aa.js"></script>

没有就没有了,这样更好

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-07-11
  • 2022-02-24
  • 2021-11-13
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案