purplespider/car-database

A skeleton for Silverstripe CMS modules.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.1 2023-09-14 09:18 UTC

This package is auto-updated.

Last update: 2024-04-14 10:55:48 UTC


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