netgen / layouts-ezplatform-site
Skeleton project allowing you to bootstrap a new site based on Netgen Layouts and eZ Platform
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 0
Open Issues: 0
Language:Shell
Type:project
Requires
- php: ^7.3
- ext-ctype: *
- ext-iconv: *
- doctrine/doctrine-migrations-bundle: ^3.0
- ezsystems/doctrine-dbal-schema: ~1.0.0
- ezsystems/ez-support-tools: ~2.1.0
- ezsystems/ezplatform-admin-ui: ~2.1.0
- ezsystems/ezplatform-admin-ui-assets: ~5.1.0
- ezsystems/ezplatform-content-forms: ~1.1.0
- ezsystems/ezplatform-core: ~2.1.0
- ezsystems/ezplatform-cron: ~3.0.0
- ezsystems/ezplatform-design-engine: ~3.0.0
- ezsystems/ezplatform-graphql: ~2.1.0
- ezsystems/ezplatform-http-cache: ~2.1.0
- ezsystems/ezplatform-kernel: ~1.1.0
- ezsystems/ezplatform-matrix-fieldtype: ~2.0.0
- ezsystems/ezplatform-query-fieldtype: ~2.1.0
- ezsystems/ezplatform-rest: ~1.1.0
- ezsystems/ezplatform-richtext: ~2.1.0
- ezsystems/ezplatform-search: ~1.0.0
- ezsystems/ezplatform-solr-search-engine: ~3.1.0
- ezsystems/ezplatform-standard-design: ~0.3.0
- ezsystems/ezplatform-user: ~2.1.0
- friendsofsymfony/jsrouting-bundle: ^2.5
- hautelook/templated-uri-bundle: ^3.2
- knplabs/knp-menu-bundle: ^3.0
- monolog/monolog: ^2.0
- netgen/layouts-ezplatform: ~1.2.0
- netgen/layouts-standard: ~1.2.0
- php-http/guzzle6-adapter: ^2.0
- platformsh/symfonyflex-bridge: ^2.2
- sensio/framework-extra-bundle: ^5.5
- sensiolabs/security-checker: ^6.0
- symfony/asset: ^5.0
- symfony/cache: ^5.0
- symfony/console: ^5.0
- symfony/dotenv: ^5.0
- symfony/expression-language: ^5.0
- symfony/flex: ^1.7
- symfony/form: ^5.0
- symfony/framework-bundle: ^5.0
- symfony/monolog-bundle: ^3.5
- symfony/orm-pack: ^1.0
- symfony/process: ^5.0
- symfony/proxy-manager-bridge: ^5.0
- symfony/security-bundle: ^5.0
- symfony/serializer-pack: ^1.0
- symfony/swiftmailer-bundle: ^3.4
- symfony/thanks: ^1.2
- symfony/translation: ^5.0
- symfony/twig-bundle: ^5.0
- symfony/validator: ^5.0
- symfony/web-link: ^5.0
- symfony/webpack-encore-bundle: ^1.7
- symfony/yaml: ^5.0
- twig/extra-bundle: ^3.0
Requires (Dev)
- behat/behat: ^3.6
- behat/mink: ^1.8
- behat/mink-goutte-driver: ^1.2
- behat/mink-selenium2-driver: ^1.4
- bex/behat-screenshot: ^2.1
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- ezsystems/allure-behat: ~3.1.2
- ezsystems/allure-php-api: ~3.1.2
- ezsystems/behat-screenshot-image-driver-cloudinary: ~1.1.1
- ezsystems/behatbundle: ~8.1.0
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/symfony-extension: ^2.1
- liuggio/fastest: ^1.7
- overblog/graphiql-bundle: ^0.2
- phpunit/phpunit: ^8.2
- symfony/debug-pack: ^1.0
- symfony/maker-bundle: ^1.14
- symfony/test-pack: ^1.0
Conflicts
- doctrine/persistence: 1.3.2
- symfony/framework-bundle: 5.1.0
- symfony/symfony: *
README
What is eZ Platform?
eZ Platform is a fully open source professional CMS (Content Management System) developed by eZ Systems and the eZ Community.
Current eZ Platform v2 is the 7th generation of eZ Publish, it is built on top of the Symfony 3.4LTS framework (Full Stack). It has been in development since 2011, and integral part of the eZ Publish Platform 5.x as "Platform stack" since 2012.
Abstract:
- Very extensible — You can extend the application and the content model in many ways.
- Future and backwards compatible — Strong backward compatibility policy on data as well as code.
- Multi-channel by design — Strong focus on separation between semantic content and design.
- Scalable — Easily scale across multiple servers out of the box.
- Future proof — Uses architecture designed to allow even more content scalability and performance in the future.
- Stable — Built on experience in building CMS that has been gathered since early 2000.
- Integration friendly — Numerous events and signals to hook into for advanced needs.
Further information:
eZ Platform is fully open source and it is the foundation for the commercial eZ Platform Enterprise Edition software, which adds advanced features for editorial teams, entirely built on top of eZ Platform APIs.
- eZ Platform Developer Hub: ezplatform.com
- eZ Platform Open Source and Enterprise Edition roadmap
- eZ Systems (commercial products and services): ez.no
Installation
Note: For simplified installation, consider using community-supported eZ Launchpad which takes care of the whole server setup for you.
Installation instructions below are for installing a clean installation of eZ Platform in latest version with no demo content or demo website. Full installation documentation is in the online docs. It includes instructions on installing other distributions (like ezplatform-ee enterprise edition), or other versions.
Prerequisites
These instructions assume you have already installed:
- PHP (7.3 or higher)
- Web Server (Recommended: Apache / Nginx. Use of PHP's built-in development server is also possible)
- Database server (MySQL 5.5+ or MariaDB 10.0+)
- Composer
- Git (for development)
For more details on requirements, see online documentation.
Install eZ Platform (clean distribution)
Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:
composer create-project --keep-vcs ezsystems/ezplatform ezplatform ^2
cd ezplatform
Note: If composer is installed locally instead of globally, the first command will start with php composer.phar
.
During the installation process you will be asked to provide database host name, login, password, etc.
The configuration details will be placed in <ezplatform>/app/config/parameters.yml
.
Next you will receive instructions on how to install data into the database, and how to run a simplified dev server using the bin/console server:run
command.
Tip: For a more complete and better performing setup using Apache or Nginx, see how to install eZ Platform manually.
Issue tracker
Submitting bugs, improvements and stories is possible on https://jira.ez.no/browse/EZP. If you discover a security issue, please see how to responsibly report such issues in "Reporting security issues in eZ Systems products".
Backwards compatibility
eZ Platform aims to be fully content compatible with eZ Publish 5.x, meaning that the content in these versions of the CMS can be upgraded using online documentation to eZ Platform.
Unlike eZ Publish Platform 5.x, eZ Platform does not ship with eZ Publish Legacy (4.x). But this is available by optional installing LegacyBridge to allow eZ Platform and eZ Publish Legacy to run together, this is only recommended for migration use cases and not for new installations.
COPYRIGHT
Copyright (C) 1999-2020 eZ Systems AS. All rights reserved.
LICENSE
http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2