sharmag / contactus
Contact us page for laravel 5 app with database support
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-06-07 18:09:36 UTC
README
Contact us page for laravel 5 app with database support
This package lets fresh laravel installation to have a contact us page available @/contact-us with database support.
Installation
Once you have a laravel 5 app installed on your server and connected to database,you are good to go,just grab the package with
composer require sharmag/contactus:dev-master
after processing finishes
add the following entry to the provider array in config/app.php
Sharmag\Contactus\ContactusServiceProvider::class,
and run following artisan commands
php artisan vendor:publish php artisan migrate
and then check the page at https://yourserver.com/contact-us