How to access assets from resources sub folder in Laravel?

This is the javascript source in blade file.

<script src=""></script>

OR

<script src=""></script>

Both asset and URL::to doesn't work. The actual file path is: resources -> views -> template -> js

error shows 404 not found on local xampp server. its working fine in production. project is copy of production code.

I would appreciate for your kind support. thanks



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31JOgbt
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time