Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
FlorianEisenmenger 039f24d3a6 update accounts / users pirms 1 nedēļas
..
.ddev initial checkin with maaaaannnny functions pirms 1 nedēļas
assets update accounts / users pirms 1 nedēļas
bin initial checkin with maaaaannnny functions pirms 1 nedēļas
config update accounts / users pirms 1 nedēļas
migrations update accounts / users pirms 1 nedēļas
public initial checkin with maaaaannnny functions pirms 1 nedēļas
src update accounts / users pirms 1 nedēļas
templates update accounts / users pirms 1 nedēļas
translations initial checkin with maaaaannnny functions pirms 1 nedēļas
.editorconfig initial checkin with maaaaannnny functions pirms 1 nedēļas
.env initial checkin with maaaaannnny functions pirms 1 nedēļas
.env.dev initial checkin with maaaaannnny functions pirms 1 nedēļas
.gitignore initial checkin with maaaaannnny functions pirms 1 nedēļas
1-reset-and-seed.sh initial checkin with maaaaannnny functions pirms 1 nedēļas
LICENSE initial checkin with maaaaannnny functions pirms 1 nedēļas
README.md initial checkin with maaaaannnny functions pirms 1 nedēļas
composer.json initial checkin with maaaaannnny functions pirms 1 nedēļas
composer.lock initial checkin with maaaaannnny functions pirms 1 nedēļas
package-lock.json initial checkin with maaaaannnny functions pirms 1 nedēļas
package.json initial checkin with maaaaannnny functions pirms 1 nedēļas
symfony.lock initial checkin with maaaaannnny functions pirms 1 nedēļas
webpack.config.js update accounts / users pirms 1 nedēļas

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