stephynoe / contactform
Laravel Contact Form Package
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
pkg:composer/stephynoe/contactform
This package is not auto-updated.
Last update: 2025-11-30 09:11:24 UTC
README
This is a Laravel package used for learning how to c reate a package
HOW TO USE
Setup database, email and set the value of ADMIN_EMAIL in .env file Publish config file with the command "php artisan vendor:publish --tag=contactform-config" Run migration with the command "php artisan migrate"