Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generate application key
  • Loading branch information
marksalmon authored Feb 13, 2019
commit c780586a36d643db3fc6e0bf853f306d10c72cb2
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ This is a demo app to suppliment my [Server-side apps with client-side rendering
3. Install NPM dependencies (`npm install`)
4. Configure a local database for the app
5. Run migrations (`php artisan migrate`)
6. View it in the browser!
6. Create Laravel application key (`php artisan key:generate`)
7. View it in the browser!