adspace
Answer Posted / Nitin Gupta
In Laravel, an asset is a static file like CSS, JavaScript, or images. These files are usually placed in the `public/` directory and can be referenced within Blade templates using the `asset()` helper function. For example: `<link rel="stylesheet" href="{{ asset('css/style.css') }}">`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers