We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c0382 commit 9c7769cCopy full SHA for 9c7769c
config/database.php
@@ -50,7 +50,7 @@
50
'charset' => 'utf8mb4',
51
'collation' => 'utf8mb4_unicode_ci',
52
'prefix' => '',
53
- 'strict' => true,
+ 'strict' => false,
54
'engine' => null,
55
],
56
readme.md
@@ -14,7 +14,8 @@ Implementing backend for dhtmlxGantt using Laravel framework.
14
15
1. run `composer install`
16
2. Create database and update connection settings in **.env**
17
-3. Create and populate tables `php artisan migrate --seed`
+3. Create artisan key `php artisan key:generate`
18
+4. Create and populate tables `php artisan migrate --seed`
19
20
### Run
21
0 commit comments