You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlorianEisenmenger ff349f8609 scss - colors in variables пре 1 недеља
..
.ddev initial checkin with maaaaannnny functions пре 1 недеља
assets scss - colors in variables пре 1 недеља
bin initial checkin with maaaaannnny functions пре 1 недеља
config update accounts / users пре 1 недеља
migrations update accounts / users пре 1 недеља
public initial checkin with maaaaannnny functions пре 1 недеља
src Seed пре 1 недеља
templates update accounts / users пре 1 недеља
translations initial checkin with maaaaannnny functions пре 1 недеља
.editorconfig initial checkin with maaaaannnny functions пре 1 недеља
.env initial checkin with maaaaannnny functions пре 1 недеља
.env.dev initial checkin with maaaaannnny functions пре 1 недеља
.gitignore initial checkin with maaaaannnny functions пре 1 недеља
1-reset-and-seed.sh initial checkin with maaaaannnny functions пре 1 недеља
LICENSE initial checkin with maaaaannnny functions пре 1 недеља
README.md initial checkin with maaaaannnny functions пре 1 недеља
composer.json initial checkin with maaaaannnny functions пре 1 недеља
composer.lock initial checkin with maaaaannnny functions пре 1 недеља
package-lock.json initial checkin with maaaaannnny functions пре 1 недеља
package.json initial checkin with maaaaannnny functions пре 1 недеља
symfony.lock initial checkin with maaaaannnny functions пре 1 недеља
webpack.config.js update accounts / users пре 1 недеља

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