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
Add in your env:
ASSET_URL=public
or
ASSET_URL=public/
ASSET_URL=/public
which one u need u can do it...