documentation
documentation copied to clipboard
Add that controller actions are supported for Ajax
I discovered that you can use a controller@action with ajax::listen, this is not documented. Note that you have to specify the full namespace - \App\Http\Controllers\Controller@Action
@DaWolfey That's correct, and this syntax works on the Page, Ajax, Action and Filter APIs 😉