How to save multiple records at once using CakePHP 3 Crud plugin October 21, 2017 Recently I had to save multiple rows at once using CakePHP Crud plugin. This is how I did it based on the plugin's documentation. Read more