Skip to content

Commit

Permalink
Add step to copy the .env file to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
xam-ps committed Dec 28, 2024
1 parent a797a79 commit 8ecd3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8ecd3bd

Please sign in to comment.