All Projects → netgen-layouts → layouts-ezplatform

netgen-layouts / layouts-ezplatform

Licence: GPL-2.0 license
Netgen Layouts & eZ Platform integration

Programming Languages

PHP
23972 projects - #3 most used programming language
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to layouts-ezplatform

react-layout-transition
Trying to make layout transitions simple
Stars: ✭ 57 (+307.14%)
Mutual labels:  layouts
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (+28.57%)
Mutual labels:  layouts
Easyflipview
💳 A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
Stars: ✭ 1,221 (+8621.43%)
Mutual labels:  layouts
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (+57.14%)
Mutual labels:  layouts
Flutter Examples
An ultimate cheatbook of curated designs
Stars: ✭ 675 (+4721.43%)
Mutual labels:  layouts
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (+214.29%)
Mutual labels:  layouts
flutter scale aware
🎗 Scale-based layouts with a bit more ease, powered by extensions.
Stars: ✭ 26 (+85.71%)
Mutual labels:  layouts
Bedrock
Foundational Layout Primitives for your React App
Stars: ✭ 173 (+1135.71%)
Mutual labels:  layouts
Lain
Awesome WM complements
Stars: ✭ 716 (+5014.29%)
Mutual labels:  layouts
Ordnung
The 1kb alternative to Isotope
Stars: ✭ 79 (+464.29%)
Mutual labels:  layouts
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+22628.57%)
Mutual labels:  layouts
Driveway
pure CSS masonry layouts
Stars: ✭ 607 (+4235.71%)
Mutual labels:  layouts
Vue Horizontal
An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. (SPA/SSG/SSR)
Stars: ✭ 75 (+435.71%)
Mutual labels:  layouts
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+135.71%)
Mutual labels:  layouts
Contour
Layouts with lambdas 😎
Stars: ✭ 1,325 (+9364.29%)
Mutual labels:  layouts
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (+100%)
Mutual labels:  layouts
Xamcustomlayouts
Xamarin.Forms Custom Layouts - Cards
Stars: ✭ 15 (+7.14%)
Mutual labels:  layouts
Bforartists
Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
Stars: ✭ 240 (+1614.29%)
Mutual labels:  layouts
Uistatus
一个简单且强大的Ui状态视图控制库!
Stars: ✭ 137 (+878.57%)
Mutual labels:  layouts
Discrollview2
[DEPRECATED]Android Library for fancy layouts
Stars: ✭ 79 (+464.29%)
Mutual labels:  layouts

Netgen Layouts & eZ Platform integration

Installation instructions

INSTALL.md

Running tests

Running tests requires that you have complete vendors installed, so run composer install before running the tests.

You can run unit tests by simply calling vendor/bin/phpunit from the repo root. This will use an in memory SQLite database.

You can also run unit tests on a real database. After you create the database, run the tests with:

$ DATABASE=mysql://root@localhost/nglayouts vendor/bin/phpunit

where mysql://root@localhost/nglayouts is a DSN to your MySQL database.

If you use PostgreSQL, you can use the following command:

$ DATABASE=pgsql://user:pass@localhost/nglayouts vendor/bin/phpunit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].