cgoit / contao-onepage-bundle
This Onepage Bundle add a one page navigation module to Contao Open Source CMS. No jQuery required!
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1 || ^8.2 || ^8.3
- contao/core-bundle: ^4.13 || ^5.3
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
- symfony/routing: ^5.4 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^10.3
- terminal42/contao-build-tools: dev-main
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
With this bundle you can easily add a onepage navigation to your website. No jQuery required!
How to install
Contao Managed Edition
With the awesome Contao Manager
- Search in the Contao Manager search bar the bundle
cgoit/contao-onepage-bundle
and click on the install button. - Go to the install tool and update the database. Then login into the back end.
Without the awesome Contao Manager
Run in your project folder the following Composer command to add the Onepage Bundle to your project:
composer require cgoit/contao-onepage-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.
Dependencies
php: ^8.1
contao/core-bundle: ^4.13 || ^5.3
Licence
The onepage bundle is published under the LGPLv3.