We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590d8e7 commit 04a6c5cCopy full SHA for 04a6c5c
web/src/app/WebApp/Installers/Laravel/LaravelSetup.php
@@ -7,15 +7,15 @@
7
class LaravelSetup extends BaseSetup {
8
9
protected $appname = 'laravel';
10
-
11
- protected $appInfo = [
+
+ protected $appInfo = [
12
'name' => 'Laravel',
13
'group' => 'framework',
14
'enabled' => true,
15
- 'version' => '8.x',
+ 'version' => '9.x',
16
'thumbnail' => 'laravel-thumb.png'
17
];
18
19
protected $config = [
20
'form' => [
21
],
0 commit comments