Sometimes you need to create a controller which doesn’t cover all seven resourceful methods, like index(), create(), store() etc. You just need controller which does one thing and you’re struggling how to name that method. No more struggle, there’s __invoke() method.
03/Jan/19 · by Povilas Korop