📜  laravel 图片路径 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:53.244000             🧑  作者: Mango

代码示例1
You have to put all your assets in app/public folder, and to access them from your views you can use asset() helper method.

Ex. you can retrieve assets/images/image.png in your view as following:



this answer is from stack-overflow
by->Walid Ammar