- Location of stubs
- Set default namespaces for Actions and Channels
- Feature tests for Controller and Actions
- Example Action for tests
- Create Actions and Channels by Artisan command
- Location of database migration
- Example Classes renamed to Test (for Feature Tests)
- Parse to int user id in verifyCode()
- Namespaces for PSR-4
- Method:
AuthorizationAction::getAuthorizationModel()
to retrieve Authorization from Action
AuthorizationAction::sendCode()
to send directly code from controller
- Property
$shouldReturnView
toAuthorizatorAction
to determinate if returns view or Http code.
AuthorizationController::create()
usesAuthorizatorAction::response()
method instead ofAuthorizatorAction::returnView
.