stephynoe / contactform
Laravel Contact Form Package
dev-master
2025-11-30 08:18 UTC
This package is not auto-updated.
Last update: 2026-04-06 09:10:22 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"