From 17ebb708ca20675a8d1ec07574fc8669c9cd08b8 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 28 Dec 2023 02:31:09 +0100 Subject: [PATCH] Update readme --- README.md | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/README.md b/README.md index db886f2..6d57a92 100644 --- a/README.md +++ b/README.md @@ -11,48 +11,7 @@ composer install php artisan moneypenny:setup-app ``` -### Setup with Sail -__Start Laravel Sail containers__ -```bash -# First start docker, then: -./vendor/bin/sail up -d -``` - -__Migrate database__ -```bash -# (In docker php app container shell) -php artisan migrate -``` - -__Seed database__ -```bash -# (In docker php app container shell) -# Seed database -php artisan db:seed -# Create users personal accounts -php artisan moneypenny:create-users-personal-accounts -``` - -__Build & hot-reload Blade frontend__ -```bash -# (In docker php app container shell) -npm run dev -``` - -__Setup tests__ -```bash -# Copy .env.test.example config and change it -# accordingly to your local setup -cp .env.testing.example .env.testing -# In newly created .env.testing replace APP_ENV value with "testing" -APP_ENV=testing -# Clear config cache -php artisan config:cache --env=testing -# Run tests -php artisan test -``` - -__Other useful commands__ +__Useful commands__ ``` Available commands for the "moneypenny" namespace: moneypenny:associate-personas Create personas associations for all transactions.