for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Laravel\Forge\Recipes\Commands;
class ListRecipesCommand extends RecipeCommand
{
/**
* Items key for List response.
*
* @return string
*/
public function listResponseItemsKey()
return 'recipes';
}