From 8ecd3bdd3cc1e6080df06c4bde59b755009b6636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20P=C3=B6schl?= Date: Sat, 28 Dec 2024 22:51:40 +0100 Subject: [PATCH] Add step to copy the .env file to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4137358..152bf4f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Here you can find an overview over all Expenses from cost type Afa (depreciation 1. Move relevant files to prod environment (or use git clone) - app, bootstrap, config, database, lang, public, resources, routes, storage - .env.example, artisan, composer.json, composer.lock +1. Copy `.env.example` to `.env` and fill in application configuration 1. Run `composer install --optimize-autoloader --no-dev` 1. Run `php artisan migrate --seed` <- seeder is needed to fill cost types table and create the initial user 1. Run `php artisan key:generate`