wr / connect-core-bundle
Contao Bundle for managing projects, time and todos
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1
- contao/core-bundle: ^4.4
- doctrine/orm: ^2.5
- symfony/framework-bundle: ^3.3
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-10-25 08:35:27 UTC
README
This bundle adds functionality to manage projects, todos and time to the Contao Open Source Content Management System.
Attention
Breaking changes in the dev-master branch are possible. Do not use it in production!
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!
Installation
Contao Standard Edition
Run in your project folder the following Composer command to add the Connect Bundle to your project:
./composer require wr/connect-core-bundle
Add the Bundle to app/AppKernel.php
bundles array after all the Contao bundles:
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:
./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.
Contao Managed Edition
Without the awesome Contao Manager
Run in your project folder the following Composer command to add the Connect Bundle to your project:
composer require wr/connect-core-bundle
Clear the cache and warmup the cache with the following two commands:
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.
With the awesome Contao Manager
- Search in the Contao Manager search bar the bundle
wr/connect-core-bundle
and click on the install button. - 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.
Documentation
Unfortunately, at the moment there is no documentation available. But we will fix this as soon as there is a stable version.
Contact
For further information feel free and get in contact with us: mail@webrealisierung.ch
Donation
If you like our work feel free to donate.
There are many ways to donate to the project. The following list contains some possibilities: