Add assets in laravel-9?
Note:- This code will get a public folder path
F:\Wamp\www\laravel-testing\public
Note:- This code will get a public folder path
F:\Wamp\www\laravel-testing\public
<link rel="stylesheet" href="{{asset('/css/app.css')}}">
<script src="{{asset('/js/app.js')}}"></script>
Comments
Post a Comment