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> 

How to download/create content in doc from website by adding code in chrome console?

 Download/Create content in doc from website by adding code in chrome console function exportHTMLtoDoc(elementId, fileName = 'document...