Skip to content

Commit d0ad3ad

Browse files
committed
Just remove setup entirely.
Will document the commands needed to run for upgrade vs. install.
1 parent 8b9ffa0 commit d0ad3ad

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DB_DATABASE=homestead
1313
DB_USERNAME=homestead
1414
DB_PASSWORD=secret
1515

16-
CACHE_DRIVER=memcached
16+
CACHE_DRIVER=file
1717
SESSION_DRIVER=database
1818

1919
MAIL_DRIVER=smtp

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
7272
"php artisan optimize",
7373
"php artisan config:cache"
74-
],
75-
"setup": [
76-
"composer install --no-dev",
77-
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
78-
"php artisan key:generate"
7974
]
8075
},
8176
"prefer-stable": true,

0 commit comments

Comments
 (0)