Skip to content

julianpoma/vue-contact-form

Repository files navigation

Vue-contact-form

A contact form app made with Laravel 5 and VueJS. It serves as a boiler plate. Feel free to adapt it to your own needs.

Alt text

It includes a dashboard using the default Laravel Web Auth, where you can see all the contacts you recived, mark them as read, and setup the dropdown menu options.

Alt text

The credentials for the dashboard are:

Created with

Try it out!

  • composer install
  • Set up your local database
  • Configure the .env file.
    • Remember to put your Google API Key in the .env file (GOOGLE_MAPS setting)!
  • php artisan migrate:fresh --seed
  • php artisan serve

If you want to customize the frontend, remember to compile:

  • npm install
  • npm run watch

Releases

No releases published

Packages

No packages published