Laravel Admin LTE unable to load css, js files from vendor package

261 Views Asked by At

I have an laravel(5.7) application which use Admin LTE package for Admin dashboard it was working fine few days ago as there was an issue with server which was fixed but unable to load any css,js file from vendor package.

The application hosted on VPS server and directory structure is like:

  • home/user/public_html
  • home/user/myapp

Note: myapp directory contains all the laravel app directory and files.

enter image description here

I have try below solutions:

  • Update the composer package with composer install/composer update
  • Check with application permissions Dir(755) and File(644)
  • I have also tried to update the backup of entire application.

It seems like server is unable to locate those files.

UPDATE

Note: I have created a replica on same server with different domain and it is working fine over there but it's not working on this account.

The SSL was installed for this account this was the only change after that this issue was reported. Any suggestion will be appreciated.

This is a live application running in PROD.

I did not understand what I am missing?

0

There are 0 best solutions below