Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
FlorianEisenmenger 039f24d3a6 update accounts / users 1 settimana fa
..
.ddev initial checkin with maaaaannnny functions 1 settimana fa
assets update accounts / users 1 settimana fa
bin initial checkin with maaaaannnny functions 1 settimana fa
config update accounts / users 1 settimana fa
migrations update accounts / users 1 settimana fa
public initial checkin with maaaaannnny functions 1 settimana fa
src update accounts / users 1 settimana fa
templates update accounts / users 1 settimana fa
translations initial checkin with maaaaannnny functions 1 settimana fa
.editorconfig initial checkin with maaaaannnny functions 1 settimana fa
.env initial checkin with maaaaannnny functions 1 settimana fa
.env.dev initial checkin with maaaaannnny functions 1 settimana fa
.gitignore initial checkin with maaaaannnny functions 1 settimana fa
1-reset-and-seed.sh initial checkin with maaaaannnny functions 1 settimana fa
LICENSE initial checkin with maaaaannnny functions 1 settimana fa
README.md initial checkin with maaaaannnny functions 1 settimana fa
composer.json initial checkin with maaaaannnny functions 1 settimana fa
composer.lock initial checkin with maaaaannnny functions 1 settimana fa
package-lock.json initial checkin with maaaaannnny functions 1 settimana fa
package.json initial checkin with maaaaannnny functions 1 settimana fa
symfony.lock initial checkin with maaaaannnny functions 1 settimana fa
webpack.config.js update accounts / users 1 settimana fa

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