Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Laravel Helper functions are PHP functions, therefore they cannot be directly accessed through Javascript, which is a client-side language. However, you can create an API endpoint in Laravel that provides the functionality you need and use AJAX requests from your Javascript code to interact with that endpoint. This way, you can make use of Laravel Helper functions from your Javascript code indirectly.