Video thumbnail for Create Three Symfony Back Ends - Part #21 - ViewResponseListener in FOSRESTBundle

Create Three Symfony Back Ends - Part #21 - ViewResponseListener in FOSRESTBundle

Feb 14, 2023
This next step is optional, but I like how it cuts down my controller method code even further. We're going to enable and configure the ViewResponseListener. This will allow us to simply return a View instance from our controller methods.
#Programming #Software #Web Services