lundi 26 novembre 2018

css and js files are not loading in template in laravel

m new to laravel and wants to load a template into laravel, but when i load it then only html based data showed and css or js files are not loading,all of my css and js files are in public folder, is there any solution for this problem. these are the css files of my template

  <link rel="stylesheet" href="" />
  <link rel="stylesheet" href="" />
  <link rel="stylesheet" href="" />
  <link rel="stylesheet" href="" />
  <link rel="stylesheet" href="" />
  <link href="font-awesome/" 
  rel="stylesheet" />

these are js files

  <script src=""></script> 
  <script src=""></script> 
  <script src=""></script> 
  <script src=""></script> 
  <script src=""></script> 
  <script src=""></script> 
  <script src=""></script> 

here is link of screen shot of my folder

  http://imageshack.com/i/pmpvdy1ip

here are the links which are showing in developer mode in chrome

  href="http://localhost/laravel/ecom2/public/css/backend_css/bootstrap.min"
  href="http://localhost/laravel/ecom2/public/css/backend_css/bootstrap-    
  responsive.min"
  href="http://localhost/laravel/ecom2/public/css/backend_css/fullcalendar"
src="http://localhost/laravel/ecom2/public/js/backend_js/matrix.interface.js"
src="http://localhost/laravel/ecom2/public/js/backend_js/matrix.chat.js"
src="http://localhost/laravel/ecom2/public/js/backend_js/jquery.validate.js"



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire