Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

File metadata and controls

20 lines (14 loc) · 537 Bytes

Project Flyer by Jeffrey Way laracasts.com

https://laracasts.com/series/build-project-flyer-with-me

How to install ?

  • Download compressed files and extract them or git clone https://github.com/meksof/project-flyer.git

  • composer install

  • npm install

  • rename .env.example to .env and change the following settings to your correspondant database params:

DB_HOST=localhost
DB_ATABASE=laravel_projectflyer 
DB_USERNAME=username 
DB_PASSWORD=password