purplespider / car-database
A skeleton for Silverstripe CMS modules.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ^2.0
- silverstripe/framework: ^5.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
README
Provides a basic structure for a car rental database, with the ability to manage multiple vehicles that are displayed on a page with links to an Enquiry form.
Installation
composer require purplespider/car-database
Then run dev/build
Documentation
Use the Vehicles
admin screen to add multiple vehicles.
Create a new page of the type "Vehicle Holding Page" to display the vehicle details along with a button to enquire.
Configuration
You can disable the enquiry form by setting enable_form
to false
:
PurpleSpider\CarDatabase\VehicleHoldingPage: enable_form: false