Skip to content
Naveed Zahoor edited this page Jan 15, 2019 · 2 revisions

Welcome to the laravel-demo wiki!

Windows:

  1. open a new terminal and run "cp .env.example .env"
  2. this will create a new .env file where you can add your creds
  3. open pusher and register a new app
  4. add pusher creds to laravel env file
  5. create a new mailtrap account
  6. enter creds in .env file and config/mail.php
  7. create a new database and creds into .env
  8. run php artisan migrate to migrate all pending migrations
  9. run php artisan serve to run this project
Clone this wiki locally