2017 © Pedro Peláez
 

asgard-module contact

image

pmixsolutions/contact

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Latest Version on Packagist Software License Build Status, (*1)

Contact Module

Simple module, ready to be customised to handle contact forms and pages., (*2)

Comes with a basic contact form with name/email/company/phone/message fields. Contact requests are displayed on the backend., (*3)

This also includes settings to handle address, social media links, and a google map api key., (*4)

The default public route is /contact, which will show the form for the Flatly theme., (*5)

Installation

Module Download

Using AsgardCMS's module download command:, (*6)

``` bash php artisan asgard:download:module asgardcms/contact --migrations --seeds, (*7)


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 ``` bash composer require asgardcms/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., (*8)

Note: Don't forget to give yourself the required permissions before you can view the backend entries., (*9)

, (*10)

The Versions

11/10 2017
05/07 2017

2.0.x-dev

2.0.9999999.9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires