1 |
www |
1 |
<div class="jumbotron">
|
|
|
2 |
<h1>Welcome to <span class="zf-green">Laminas MVC Skeleton Application</span></h1>
|
|
|
3 |
|
|
|
4 |
<p>
|
|
|
5 |
Congratulations! You have successfully installed the
|
|
|
6 |
<a href="https://github.com/laminas/laminas-mvc-skeleton" target="_blank">Laminas MVC Skeleton</a>.
|
|
|
7 |
This skeleton can serve as a simple starting point for you to begin
|
|
|
8 |
building your application on Laminas MVC.
|
|
|
9 |
</p>
|
|
|
10 |
|
|
|
11 |
<p><a class="btn btn-success btn-lg" href="https://github.com/laminas" target="_blank">Check Laminas on GitHub »</a></p>
|
|
|
12 |
</div>
|
|
|
13 |
|
|
|
14 |
<div class="row">
|
|
|
15 |
|
|
|
16 |
<div class="col-md-4">
|
|
|
17 |
<div class="card">
|
|
|
18 |
<div class="card-header">
|
|
|
19 |
<h2 class="card-title">Follow Development</h2>
|
|
|
20 |
</div>
|
|
|
21 |
<div class="card-body">
|
|
|
22 |
<p>
|
|
|
23 |
Laminas Project is under active development. If you are
|
|
|
24 |
interested in following the development, you can check
|
|
|
25 |
<a href="https://getlaminas.org/blog/">Laminas dev blog</a>,
|
|
|
26 |
and <a href="https://github.com/issues?utf8=%E2%9C%93&q=is:issue+org:laminas">Laminas issue tracker</a>
|
|
|
27 |
(link requires a GitHub account). This is a great resource
|
|
|
28 |
for staying up to date with the latest developments!
|
|
|
29 |
</p>
|
|
|
30 |
|
|
|
31 |
<p><a class="btn btn-success pull-right" href="https://getlaminas.org/" target="_blank">Laminas Project Portal »</a></p>
|
|
|
32 |
</div>
|
|
|
33 |
</div>
|
|
|
34 |
</div>
|
|
|
35 |
|
|
|
36 |
<div class="col-md-4">
|
|
|
37 |
<div class="card">
|
|
|
38 |
<div class="card-header">
|
|
|
39 |
<h2 class="card-title">Discover Modules</h2>
|
|
|
40 |
</div>
|
|
|
41 |
<div class="card-body">
|
|
|
42 |
<p>
|
|
|
43 |
Laminas MVC is a modular application.
|
|
|
44 |
You can find multiple compatible modules on packagist.
|
|
|
45 |
</p>
|
|
|
46 |
|
|
|
47 |
<p><a class="btn btn-success pull-right" href="https://packagist.org/?tags=module~zf2~zendframework~zend%20framework~zend%20framework%202~zf3~zf~zend~laminas" target="_blank">Explore Laminas Modules »</a></p>
|
|
|
48 |
</div>
|
|
|
49 |
</div>
|
|
|
50 |
</div>
|
|
|
51 |
|
|
|
52 |
<div class="col-md-4">
|
|
|
53 |
<div class="card">
|
|
|
54 |
<div class="card-header">
|
|
|
55 |
<h2 class="card-title">Help & Support</h2>
|
|
|
56 |
</div>
|
|
|
57 |
<div class="card-body">
|
|
|
58 |
<p>
|
|
|
59 |
If you need any help or support while developing with Laminas,
|
|
|
60 |
you may reach us via <a href="https://laminas.dev/chat">chat</a> or
|
|
|
61 |
<a href="https://discourse.laminas.dev">forum</a>.
|
|
|
62 |
We'd love to hear any questions or feedback you may have
|
|
|
63 |
regarding any release.
|
|
|
64 |
</p>
|
|
|
65 |
|
|
|
66 |
<p><a class="btn btn-success pull-right" href="https://laminas.dev/chat" target="_blank">Ping us on chat »</a></p>
|
|
|
67 |
</div>
|
|
|
68 |
</div>
|
|
|
69 |
</div>
|
|
|
70 |
</div>
|