13 lines
259 B
Markdown
13 lines
259 B
Markdown
# Caramel-CRM
|
|
|
|
## Local Dev environment
|
|
|
|
# Datenbank-Struktur neu erstellen und mit initialen Daten füllen
|
|
|
|
```shell
|
|
php artisan migrate:fresh && php artisan db:seed --class=TooloopSeeder
|
|
```
|
|
|
|
# Git-Repository
|
|
|
|
http://code.tooloop.de/Tooloop/Caramel-CRM.git |