09 October 2022

How to add assets in laravel-9?

Add assets in laravel-9?

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> 

No comments:

Post a Comment

How to fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...