/Jquery-and-Laravel-Integration

We can fetch data from a Laravel backend via jquery ajax calls. when an ajax request is received by laravel backend, it will serve a JSON response. This is not a REST API. as laravel api requires authentication using laravel PASSPORT or by using jWT tokens. We'll be using our regular controllers and routes. Our controller actions will be returning JSON data and not laravel views. install Postman to test backend and view json response data.

Primary LanguageJavaScript

Watchers