heroku / php-getting-started

Getting Started with PHP on Heroku.
https://devcenter.heroku.com/articles/getting-started-with-php
194 stars 782 forks source link

update zunzhong #36

Closed zunzhong closed 3 years ago

zunzhong commented 4 years ago

$app->get('/cowsay', function() use($app) { $app['monolog']->addDebug('cowsay'); return "

".\Cowsayphp\Cow::say("Cool beans")."
"; });