Skip to content

dinorain/laravel-basic-contact-form-app

Repository files navigation

Laravel Basic Contact Form App

Laravel Basic Contact Form App

Code for DSC Workshop about Getting to Know Laravel

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. php artisan serve or use Laravel Valet or Laravel Homestead
  7. Visit localhost:8000 in your browser