mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
changed Zend Framework to Laminas
This commit is contained in:
@@ -5,10 +5,10 @@ parameters:
|
||||
url: https://symfony.com
|
||||
icon: /images/symfony-logo.png
|
||||
|
||||
zend-framework:
|
||||
name: Zend Framework
|
||||
url: https://framework.zend.com/
|
||||
icon: /images/zend-framework-logo.png
|
||||
laminas:
|
||||
name: Laminas
|
||||
url: https://getlaminas.org/
|
||||
icon: /images/laminas-foundation-logo.png
|
||||
|
||||
doctrine.website.projects_data:
|
||||
-
|
||||
@@ -107,4 +107,4 @@ parameters:
|
||||
slug: doctrine-orm-module
|
||||
integration: true
|
||||
integrationFor: orm
|
||||
integrationType: zend-framework
|
||||
integrationType: laminas
|
||||
|
||||
BIN
source/images/laminas-foundation-logo.png
Normal file
BIN
source/images/laminas-foundation-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 KiB |
@@ -55,7 +55,7 @@
|
||||
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Around since 2006 with very stable, high-quality codebase.</li>
|
||||
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Extremely flexible and powerful object-mapping and query features.</li>
|
||||
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Support for both high-level and low-level database programming for all your use-cases.</li>
|
||||
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Large Community and integrations with many different frameworks (Symfony, Laravel, Zend Framework and more)</li>
|
||||
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Large Community and integrations with many different frameworks (<a href="https://symfony.com">Symfony</a>, <a href="https://laravel.com/">Laravel</a>, <a href="https://getlaminas.org/">Laminas</a> and more)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<li class="list-group-item">
|
||||
<h5 class="card-title">
|
||||
{% if project.isIntegration %}
|
||||
<a href="{{ project.projectIntegrationType.url }}" target="_blank" rel="noopener noreferrer"><img src="{{ get_asset_url(project.projectIntegrationType.icon, site.url) }}" title="{{ project.projectIntegrationType.name }}" width="30" class="mr-2" /></a>
|
||||
<a href="{{ project.projectIntegrationType.url }}" target="_blank" rel="noopener noreferrer"><img src="{{ get_asset_url(project.projectIntegrationType.icon, site.url) }}" title="{{ project.projectIntegrationType.name }}" width="70" class="mr-2" /></a>
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ site.url }}/projects/{{ project.slug }}.html">{{ project.name }}</a>
|
||||
|
||||
Reference in New Issue
Block a user