Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willemvb authored Jan 3, 2022
1 parent e2195b6 commit e1ba358
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ on [our virtual postcard wall](https://spatie.be/open-source/postcards).
}
```
- run `yarn install` in the `~/code/flare` directory
- run `composer update` in the `~/code/flare/ignition-test` directory
- http://ignition-test.test/ should now work (= show the new UI)
- in the `~/code/flare/ignition-test` directory
- run `composer update`
- run `cp .env.example .env`
- run `php artisan key:generate`
- http://ignition-test.test/ should now work (= show the new UI). If you use valet, you might want to run `valet park` inside the `~/code/flare` directory.
- http://ignition-test.test/ has a bit of everything
- http://ignition-test.test/sql-error has a solution and SQL exception

Expand Down

0 comments on commit e1ba358

Please sign in to comment.