2017 © Pedro Peláez
 

contao-bundle connect-core-bundle

Contao Bundle for managing projects, time and todos

image

wr/connect-core-bundle

Contao Bundle for managing projects, time and todos

  • Thursday, October 19, 2017
  • by danielsteuri
  • Repository
  • 3 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Connect Core Bundle for Contao Open Source CMS

This bundle adds functionality to manage projects, todos and time to the Contao Open Source Content Management System., (*1)

Attention

Breaking changes in the dev-master branch are possible. Do not use it in production!, (*2)

This bundle is currently under development. You can use it at your own risk! A stable version will be available soon. Of course you can submit issues and feature requests on the repository issue section. Thx!, (*3)

Installation

Contao Standard Edition

Run in your project folder the following Composer command to add the Connect Bundle to your project:, (*4)

    ./composer require wr/connect-core-bundle

Add the Bundle to app/AppKernel.php bundles array after all the Contao bundles:, (*5)

public function registerBundles()
    {
        $bundles = [
            .....    
            new Wr\Connect\CoreBundle\ConnectCoreBundle() //Add this line.
        ];

        ....

        return $bundles;
    }

Clear the cache and warmup the cache with the following two commands:, (*6)

    ./bin/console cache:clear --no-warmup --env=prod
    ./bin/console cache:warmup  --env=prod

Go to the install tool and update the database. Then login into the back end., (*7)

Contao Managed Edition

Without the awesome Contao Manager, (*8)

Run in your project folder the following Composer command to add the Connect Bundle to your project:, (*9)

    composer require wr/connect-core-bundle

Clear the cache and warmup the cache with the following two commands:, (*10)

    vendor/bin/contao-console cache:clear --no-warmup
    vendor/bin/contao-console cache:warmup

Go to the install tool and update the database. Then login into the back end., (*11)

With the awesome Contao Manager, (*12)

  1. Search in the Contao Manager search bar the bundle wr/connect-core-bundle and click on the install button.
  2. Go to the install tool and update the database. Then login into the back end.

Dependencies

  • php ^7.1
  • symfony/symfony
  • contao/core-bundle
  • doctrine/orm

Licence

The Connect Core Bundle is published under the LGPLv3., (*13)

Documentation

Unfortunately, at the moment there is no documentation available. But we will fix this as soon as there is a stable version., (*14)

## Contact, (*15)

For further information feel free and get in contact with us: mail@webrealisierung.ch, (*16)

## Donation, (*17)

If you like our work feel free to donate., (*18)

There are many ways to donate to the project. The following list contains some possibilities:, (*19)

  • Contribute your code over pull requests.
  • Test, test, test and feedback.
  • Submit features or issues.
  • Tell us a joke.
  • Donate You know that every coffee counts while coding:-)

The Versions

19/10 2017

dev-master

9999999-dev

Contao Bundle for managing projects, time and todos

  Sources   Download

LGPL-3.0+

The Requires