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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...