Skip to content

Commit cdbac63

Browse files
committed
Framework: Updated to Laravel 12
1 parent d6296ac commit cdbac63

File tree

4 files changed

+288
-116
lines changed

4 files changed

+288
-116
lines changed

app/Config/cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
|
8686
*/
8787

88-
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
88+
'prefix' => env('CACHE_PREFIX', 'bookstack_cache_'),
8989

9090
];

app/Config/database.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'collation' => 'utf8mb4_unicode_ci',
7676
// Prefixes are only semi-supported and may be unstable
7777
// since they are not tested as part of our automated test suite.
78-
// If used, the prefix should not be changed otherwise you will likely receive errors.
78+
// If used, the prefix should not be changed; otherwise you will likely receive errors.
7979
'prefix' => env('DB_TABLE_PREFIX', ''),
8080
'prefix_indexes' => true,
8181
'strict' => false,
@@ -103,9 +103,7 @@
103103
],
104104

105105
// Migration Repository Table
106-
// This table keeps track of all the migrations that have already run for
107-
// your application. Using this information, we can determine which of
108-
// the migrations on disk haven't actually been run in the database.
106+
// This table keeps track of all the migrations that have already run for the application.
109107
'migrations' => 'migrations',
110108

111109
// Redis configuration to use if set

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"guzzlehttp/guzzle": "^7.4",
2323
"intervention/image": "^3.5",
2424
"knplabs/knp-snappy": "^1.5",
25-
"laravel/framework": "^v11.37",
25+
"laravel/framework": "^v12.26.4",
2626
"laravel/socialite": "^5.10",
2727
"laravel/tinker": "^2.8",
2828
"league/commonmark": "^2.3",
@@ -44,7 +44,7 @@
4444
"fakerphp/faker": "^1.21",
4545
"itsgoingd/clockwork": "^5.1",
4646
"mockery/mockery": "^1.5",
47-
"nunomaduro/collision": "^8.1",
47+
"nunomaduro/collision": "^8.6",
4848
"larastan/larastan": "^v3.0",
4949
"phpunit/phpunit": "^11.5",
5050
"squizlabs/php_codesniffer": "^3.7",

0 commit comments

Comments
 (0)