querformat / note-bundle
Note application
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
pkg:composer/querformat/note-bundle
Requires
- php: >=7.1
- contao/core-bundle: ~4.4
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is not auto-updated.
Last update: 2025-11-01 10:06:28 UTC
README
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.
You can use the skeleton bundle as basis for your own Contao bundle.
Install
Download the skeleton bundle:
wget https://github.com/contao/manager-plugin/archive/master.zip
unzip master.zip
mv skeleton-bundle-master [package name]
cd [package name]
Customize
First adjust the following files:
.php_cs.phpcomposer.jsonphpunit.xml.distREADME.md
Then rename the following files and/or the references to SkeletonBundle in
the following files:
src/ContaoManager/Plugin.phpsrc/DependencyInjection/ContaoSkeletonExtension.phpsrc/ContaoSkeletonBundle.phptests/ContaoSkeletonBundleTest.php
Finally add your custom classes and resources.
Release
Run the PHP-CS-Fixer and the unit test before you release your bundle:
vendor/bin/php-cs-fixer fix -v vendor/bin/phpunit