Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
FlorianEisenmenger f5837b8cf4 Seed il y a 1 semaine
..
.ddev initial checkin with maaaaannnny functions il y a 1 semaine
assets update accounts / users il y a 1 semaine
bin initial checkin with maaaaannnny functions il y a 1 semaine
config update accounts / users il y a 1 semaine
migrations update accounts / users il y a 1 semaine
public initial checkin with maaaaannnny functions il y a 1 semaine
src Seed il y a 1 semaine
templates update accounts / users il y a 1 semaine
translations initial checkin with maaaaannnny functions il y a 1 semaine
.editorconfig initial checkin with maaaaannnny functions il y a 1 semaine
.env initial checkin with maaaaannnny functions il y a 1 semaine
.env.dev initial checkin with maaaaannnny functions il y a 1 semaine
.gitignore initial checkin with maaaaannnny functions il y a 1 semaine
1-reset-and-seed.sh initial checkin with maaaaannnny functions il y a 1 semaine
LICENSE initial checkin with maaaaannnny functions il y a 1 semaine
README.md initial checkin with maaaaannnny functions il y a 1 semaine
composer.json initial checkin with maaaaannnny functions il y a 1 semaine
composer.lock initial checkin with maaaaannnny functions il y a 1 semaine
package-lock.json initial checkin with maaaaannnny functions il y a 1 semaine
package.json initial checkin with maaaaannnny functions il y a 1 semaine
symfony.lock initial checkin with maaaaannnny functions il y a 1 semaine
webpack.config.js update accounts / users il y a 1 semaine

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