Assets not referencing to public folder (Laravel)

后端 未结 4 1634
鱼传尺愫
鱼传尺愫 2020-12-06 10:59

I have the public folder inside my laravel project and I have some js and css files inside it.

I\'m using the asset function and even though it\'s referencing to th

4条回答
  •  执笔经年
    2020-12-06 11:44

    Add in your env:

    ASSET_URL=public

    or

    ASSET_URL=public/

    or

    ASSET_URL=/public

    which one u need u can do it...

提交回复
热议问题