JuanLuisGarciaBorrego / jedy

Licence: other
Jedy CMS Multi-language is created with Symfony 3

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to jedy

cli
Nexss PROGRAMMER 2.x - innovative and evolutionary programming tool - over 50 programming languages
Stars: ✭ 15 (-51.61%)
Mutual labels:  multilanguage
ypereirareis.github.io
DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...
Stars: ✭ 15 (-51.61%)
Mutual labels:  symfony3
skeleton
4xxi Symfony Skeleton is an extension for the official Symfony Skeleton with symfony flex used in 4xxi
Stars: ✭ 54 (+74.19%)
Mutual labels:  symfony3
LMPHP
Multi-language management and support on the site.
Stars: ✭ 19 (-38.71%)
Mutual labels:  multilanguage
vmoex-framework
一个开源的二次元向的社区程序。
Stars: ✭ 233 (+651.61%)
Mutual labels:  symfony3
swoole-server-bundle
No description or website provided.
Stars: ✭ 15 (-51.61%)
Mutual labels:  symfony3
translate-components
🌎🌍🌏 translate-components provides a super simple translation for React.
Stars: ✭ 16 (-48.39%)
Mutual labels:  multilanguage
prestafony-project
Some resources to help you migrate PrestaShop to Symfony 3
Stars: ✭ 12 (-61.29%)
Mutual labels:  symfony3
php-framework-benchmark
php framework benchmark (include laravel、symfony、silex、lumen、slim、yii2、tastphp etc)
Stars: ✭ 17 (-45.16%)
Mutual labels:  symfony3
symfony3-wallpaper-website-tutorial
Symfony 3 beginner friendly wallpaper website tutorial series
Stars: ✭ 20 (-35.48%)
Mutual labels:  symfony3
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+574.19%)
Mutual labels:  multilanguage
GdprBundle
A symfony3 bundle to assist with defining data in accordance with GDPR, and for encrypting and reporting.
Stars: ✭ 61 (+96.77%)
Mutual labels:  symfony3
symfocommerce
Symfony 3 framework based ecommerce (eshop) project
Stars: ✭ 25 (-19.35%)
Mutual labels:  symfony3
react-context-multilang
Multi-Language website with React Context API
Stars: ✭ 27 (-12.9%)
Mutual labels:  multilanguage
mailchimp-bundle
MailChimp integration with Symfony and MailChimp API V3
Stars: ✭ 40 (+29.03%)
Mutual labels:  symfony3
multilanguages
AKSoftware.Localization.MultiLanguages is a package for .NET developers allows them to easily build apps target multiple languages with just few lines of code
Stars: ✭ 54 (+74.19%)
Mutual labels:  multilanguage
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
Stars: ✭ 15 (-51.61%)
Mutual labels:  symfony3
po-auto-translation
translate PO files automatically for FREE using google translate
Stars: ✭ 33 (+6.45%)
Mutual labels:  multilanguage
impresscms
A multilingual, extensible, community oriented CMS developed in PHP
Stars: ✭ 26 (-16.13%)
Mutual labels:  multilanguage
EasyAuditBundle
A Symfony Bundle To Log Selective Events
Stars: ✭ 84 (+170.97%)
Mutual labels:  symfony3

Jedy CMS Multi-language

Jedy CMS Multi-language is created with Symfony 3 (3.2)


Get started

Installation & Configuration

  • Clone the repository from GitHub.
$ git clone [email protected]:JuanLuisGarciaBorrego/jedy.git <path-to-install>
$ cd <path-to-install>
  • You still need Composer to get the dependencies
$ composer install
  • Set up the Database
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:create
  • Definition of the main language
#bin/config.yml

parameters:
    #Definition of the main language
    locale_active: es
    
    #Translations, insert the locale language separated by | 
    app_locales: es|en|fr
  • Load data fixtures
$ php bin/console doctrine:fixtures:load
  • Configure a Webserver
$ php bin/console server:run
  • And then access via browser:
http://127.0.0.1:8000 

Screenshots

Public:

http://127.0.0.1:8000/

Jedy CMS Multi-language Home public

Admin:

http://127.0.0.1:8000/{locale}/admin 

User: jedy

Password: 1234

Jedy CMS Multi-language Admin contents

Jedy CMS Multi-language Translations content

Note:

  • At the moment only it has http basic security. You can expand using FOSUserbundle or other
  • Also, it has not set any Wysiwyg editor yet.

Installation & Configuration using docker

  • Execute this commands
$ make up
$ make composer argument=install
$ make install
  • And then access via browser:
http://localhost:8080/
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].