25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
FlorianEisenmenger 0f04c96575 cleanup 1 hafta önce
..
.ddev initial checkin with maaaaannnny functions 1 hafta önce
assets scss - colors in variables 1 hafta önce
bin initial checkin with maaaaannnny functions 1 hafta önce
config update accounts / users 1 hafta önce
migrations update accounts / users 1 hafta önce
public initial checkin with maaaaannnny functions 1 hafta önce
src cleanup 1 hafta önce
templates update accounts / users 1 hafta önce
translations initial checkin with maaaaannnny functions 1 hafta önce
.editorconfig initial checkin with maaaaannnny functions 1 hafta önce
.env initial checkin with maaaaannnny functions 1 hafta önce
.env.dev initial checkin with maaaaannnny functions 1 hafta önce
.gitignore initial checkin with maaaaannnny functions 1 hafta önce
1-reset-and-seed.sh initial checkin with maaaaannnny functions 1 hafta önce
LICENSE initial checkin with maaaaannnny functions 1 hafta önce
README.md initial checkin with maaaaannnny functions 1 hafta önce
composer.json initial checkin with maaaaannnny functions 1 hafta önce
composer.lock initial checkin with maaaaannnny functions 1 hafta önce
package-lock.json initial checkin with maaaaannnny functions 1 hafta önce
package.json initial checkin with maaaaannnny functions 1 hafta önce
symfony.lock initial checkin with maaaaannnny functions 1 hafta önce
webpack.config.js update accounts / users 1 hafta önce

README.md

INSTALLATION

cd httpdocs ddev start => Läuft dann unter https://timetracking.ddev.site:8459 ddev exec composer install ddev exec npm install sh 1-reset-and-seed.sh (Entweder mit oder ohne Testdaten)

Dann SCSS / JS bauen und beobachten:

ddev exec npm run watch

LIVE EINMALIG AUSFÜHREN:

GRANT ALL PRIVILEGES ON `db_%`.* TO ‘deindbuser’@'%'; FLUSH PRIVILEGES;

Central Entity geändert → Migration erstellen + ausführen:

ddev exec php bin/console doctrine:migrations:diff --em=central --namespace=DoctrineMigrations ddev exec php bin/console doctrine:migrations:migrate --em=central --no-interaction

Tenant Entity geändert → kein Migrations-Workflow.

sh reset-and-seed.sh

Das legt die Tenant-DB per SchemaTool neu an.

Alle URLs anzeigen

ddev describe

Cache clear

ddev exec php bin/console cache:clear

WEBPACK

Einmalig bauen (Dev)

ddev exec npm run dev

Watch-Modus (bei Änderungen automatisch neu bauen)

ddev exec npm run watch

Production Build

ddev exec npm run build