Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>&lt;div class="jumbotron"&gt; &lt;h1&gt;&lt;?php echo sprintf($this-&gt;translate('Welcome to %sZend Framework 2%s'), '&lt;span class="zf-green"&gt;', '&lt;/span&gt;') ?&gt;&lt;/h1&gt; &lt;p&gt;&lt;?php echo sprintf($this-&gt;translate('Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2.'), '&lt;a href="https://github.com/zendframework/ZendSkeletonApplication" target="_blank"&gt;', '&lt;/a&gt;', \Zend\Version\Version::VERSION) ?&gt;&lt;/p&gt; &lt;p&gt;&lt;a class="btn btn-success btn-lg" href="https://github.com/zendframework/zf2" target="_blank"&gt;&lt;?php echo $this-&gt;translate('Fork Zend Framework 2 on GitHub') ?&gt; &amp;raquo;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="row"&gt; &lt;div class="col-md-4"&gt; &lt;div class="panel panel-default"&gt; &lt;div class="panel-heading"&gt; &lt;h3 class="panel-title"&gt;&lt;?php echo $this-&gt;translate('Follow Development') ?&gt;&lt;/h3&gt; &lt;/div&gt; &lt;div class="panel-body"&gt; &lt;p&gt;&lt;?php echo sprintf($this-&gt;translate('Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!'), '&lt;a href="http://framework.zend.com/wiki/display/ZFDEV2/Home"&gt;', '&lt;/a&gt;', '&lt;a href="http://framework.zend.com/zf2/blog"&gt;', '&lt;/a&gt;', '&lt;a href="https://github.com/zendframework/zf2/issues"&gt;', '&lt;/a&gt;') ?&gt;&lt;/p&gt; &lt;p&gt;&lt;a class="btn btn-success pull-right" href="http://framework.zend.com/zf2" target="_blank"&gt;&lt;?php echo $this-&gt;translate('ZF2 Development Portal') ?&gt; &amp;raquo;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="col-md-4"&gt; &lt;div class="panel panel-default"&gt; &lt;div class="panel-heading"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload