This repository has been archived on 2025-12-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-10-12 10:02:33 +02:00
|
|
|
# Caramel-CRM
|
|
|
|
|
|
2025-10-20 08:57:51 +02:00
|
|
|
## 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
|