diff --git a/config/database.php b/config/database.php index afcdafd..bb7f26b 100644 --- a/config/database.php +++ b/config/database.php @@ -61,11 +61,12 @@ 'options' => extension_loaded('pdo_mysql') ? array_filter([ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), ]) : [], - 'dump' => [ - 'dump_binary_path' => 'C:/xampp/mysql/bin/', // only the path, so without `mysqldump` or `pg_dump` - 'use_single_transaction', - 'timeout' => 60 * 5, // 5 minute timeout - ], + // uncomment on local dev + // 'dump' => [ + // 'dump_binary_path' => 'C:/xampp/mysql/bin/', // only the path, so without `mysqldump` or `pg_dump` + // 'use_single_transaction', + // 'timeout' => 60 * 5, // 5 minute timeout + // ], ], 'pgsql' => [ diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index a7dbaba..0183a83 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -93,7 +93,7 @@ class="col-lg-6 flex-row d-flex meta-right no-padding justify-content-end"

{{$post->title}}

- {!! Str::limit($post->body, 400) !!} + {{-- {!! Str::limit($post->body, 400) !!} --}}