added sample data command to readme
This commit is contained in:
parent
4dc4d15b7a
commit
69ff85250b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user