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

5
composer.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
alias cr='composer require'
alias ci='composer install'
alias cu='composer update'