From 69ff85250bd60244775d9fc40a5c1d5b3908908e Mon Sep 17 00:00:00 2001 From: denisdulici Date: Fri, 24 Jan 2020 16:38:48 +0300 Subject: [PATCH] added sample data command to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e96a2823e..71ed7c83f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a ```bash php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456" ``` +* Create sample data (optional): + +```bash +php artisan sample-data:seed +``` ## Contributing