micvital / contact
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:asgard-module
Requires
- php: >=7.0
- composer/installers: ~1.0
- idavoll/translation-module: ~3.0
- micvital/core-module: ~1.0
Requires (Dev)
- orchestra/testbench: 3.5.*
- phpunit/phpunit: ~6.3
This package is auto-updated.
Last update: 2024-10-24 21:35:32 UTC
README
Contact Module
Simple module, ready to be customised to handle contact forms and pages.
Comes with a basic contact form with name/email/company/phone/message fields. Contact requests are displayed on the backend.
This also includes settings to handle address, social media links, and a google map api key.
The default public route is /contact
, which will show the form for the Flatly
theme.
Installation
Module Download
Using AsgardCMS's module download command:
php artisan asgard:download:module micvital/contact --migrations --seeds
This will download the module, run its migrations and seed some test data.
This is the recommended way if you wish to customise the fields, views, etc.
Composer
composer require micvital/contact php artisan module:migrate contact
This is if the contact module is perfect for your use-case as-is, and doesn't need any changes to fit your needs.
Note: Don't forget to give yourself the required permissions before you can view the backend entries.