it-werxdotca / contact-module
A simple contact module for nwidart/laravel-modules. It stores information sent from the contact form into an SQL table, sends an email to the sender and a configurable email address.
Package info
github.com/it-werxdotca/contact-module
Type:laravel-module
pkg:composer/it-werxdotca/contact-module
dev-Devlopment
2024-08-12 17:00 UTC
Requires
- php: ^8.3
- laravel/framework: ^10.3
- nwidart/laravel-modules: ^10.0
This package is auto-updated.
Last update: 2026-03-12 20:25:38 UTC
README
A simple Laravel 10+ Contact Module. It is built on the laravel-modules (nWidart / laravel-modules) for easy installation and maintenance.
Features;
- Integrated qirolab/laravel-themer for theming. public/$activeTheme/views/. This will fallback to the module resource/views directory if it is not implemented.