Skip to content

mantey-github/FirstPackageApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Contact Form

This package is a simple laravel package for embedding contact form into your laravel application. For Laravel >=5.5*

Installation

In order to install mantey/contactform in your Laravel project, just run the composer require command from your terminal:

"mantey/contactform": "1.0.*"

Run the migration command to migrate the database tables:

php artisan migrate

And finally, start the application by running:

php artisan serve

Usage

Visit http://localhost:8000/contact in your browser to view contactform

License

mantey/contactform is open-sourced software licensed under the MIT license.

About

My first Laravel Package - Laravel Contact Form

Resources

License

Stars

Watchers

Forks

Packages