Skip to content

Commit 9c7769c

Browse files
committed
updated
1 parent e9c0382 commit 9c7769c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/database.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'charset' => 'utf8mb4',
5151
'collation' => 'utf8mb4_unicode_ci',
5252
'prefix' => '',
53-
'strict' => true,
53+
'strict' => false,
5454
'engine' => null,
5555
],
5656

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Implementing backend for dhtmlxGantt using Laravel framework.
1414

1515
1. run `composer install`
1616
2. Create database and update connection settings in **.env**
17-
3. Create and populate tables `php artisan migrate --seed`
17+
3. Create artisan key `php artisan key:generate`
18+
4. Create and populate tables `php artisan migrate --seed`
1819

1920
### Run
2021

0 commit comments

Comments
 (0)