There is a Typographical in Cookbook Quick Start Guide

https://book.cakephp.org/3.0/en/quickstart.html#enabling-registrations

In this section,

// Add logout to the allowed actions list.
$this->Auth->allow(['logout', 'add']);

This should be…

// Add "add" to the allowed actions list
$this->Auth->allow(['logout', 'add']);

…I think.

Could you fix it?

@morimasa, you can fix it by clicking on the Pencil/edit icon that’s hovering on the right hand side of the screen :smiley: