initial commit

This commit is contained in:
constantin
2024-09-04 15:07:59 +02:00
commit bc720bba0c
7 changed files with 51 additions and 0 deletions

6
ddev.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
alias console='ddev exec php bin/console'
alias composer='ddev exec composer'
alias npm='ddev exec npm'
alias php='ddev exec php'