Update README.md

pull/1/head
Matt Huntington 5 years ago committed by GitHub
parent 57179682ae
commit 320285ae40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,14 +17,14 @@
- go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog` - go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog`
- `cd` into your app's dir - `cd` into your app's dir
- run `php artisan serve` - run `php artisan serve`
- go to http://localhost:8000/
- if browser asks you to generate key, click the button
## After Forking/Cloning ## After Forking/Cloning
- `cd` to repo dir - `cd` to repo dir
- run `composer install` - run `composer install`
- run `cp .env.example .env` - run `cp .env.example .env`
- go to http://localhost:8000/index.html
- if browser asks you to generate key, click the button
## Connect to db ## Connect to db

Loading…
Cancel
Save