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.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
Type:laravel-module
Requires
- php: ^8.3
- laravel/framework: ^10.3
- nwidart/laravel-modules: ^10.0
This package is auto-updated.
Last update: 2025-06-12 19:01:10 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.