From 4e1bcb4a2b0589888ffa135d13cfc5484d81ccbf Mon Sep 17 00:00:00 2001 From: Libern Date: Wed, 15 Jun 2016 02:17:25 +0800 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 497f5399..4faa5aff 100644 --- a/readme.md +++ b/readme.md @@ -149,6 +149,10 @@ php artisan jwt:generate You need to create a Database e.g. `someline_starter` with Encoding `utf8mb4` and Collation `utf8mb4_unicode_ci`. +``` +CREATE DATABASE `someline_starter` DEFAULT CHARACTER SET = `utf8mb4` DEFAULT COLLATE = `utf8mb4_unicode_ci`; +``` + Change database config in `.env` file to the match the database that your just created. After having database configuration setup, you can now do migrations and seeding.