📌  相关文章
📜  在 laravel 的资源文件夹中访问 css 和 js 文件 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:13.191000             🧑  作者: Mango

代码示例1
you have to move js files to public or store into storage and make symlinks.
or you need to create symlinks the resources directory to a public directory(which is not recommended).

1. you need to use the most recommended and effective method of Laravel of using Laravel mix. Please use the link below to read about laravel mix a solution.

2. https://laravel.com/docs/5.6/mix

3. It will allow you to place your js assets into resources directory and make compressed js file in public which will be used by the setup.