Go to file
philipp lang 7cefdecd2f fixed tests 2022-11-16 23:52:38 +01:00
.config/psysh --wip-- [skip ci] 2022-03-15 16:56:54 +01:00
.docker/nginx remove php dockerfile 2022-08-11 22:16:05 +02:00
app fixed tests 2022-11-16 23:52:38 +01:00
bin Add payment management 2021-07-04 16:56:07 +02:00
bootstrap Initial commit 2020-04-10 20:32:12 +02:00
config Fix: Use long queue for initializing 2022-11-16 01:44:19 +01:00
database fixed tests 2022-11-16 23:39:44 +01:00
packages Add initializer for activities with meta info 2022-11-16 01:38:24 +01:00
public Remove phpinfo 2022-01-03 01:49:43 +01:00
resources fixed tests 2022-11-16 23:39:44 +01:00
routes fixed tests 2022-11-16 23:39:44 +01:00
storage Add pdf generator 2021-07-16 00:12:19 +02:00
tests fixed tests 2022-11-16 23:52:38 +01:00
.ackrc decrease tailwindcss compile time 2021-07-03 23:52:44 +02:00
.bash_history --wip-- [skip ci] 2022-03-15 16:56:54 +01:00
.dockerignore Add docker 2022-02-28 21:07:12 +01:00
.drone.yml Add drone 2021-08-22 11:59:01 +02:00
.editorconfig Initial commit 2020-04-10 20:32:12 +02:00
.env.example Add Pdflatex env var 2022-08-30 15:04:41 +02:00
.eslintrc.json Add eslint 2022-02-12 14:19:00 +01:00
.gitattributes Initial commit 2020-04-10 20:32:12 +02:00
.gitignore ignore php cs fixer 2022-03-11 20:17:23 +01:00
.gitmodules Add TeX Package 2022-10-30 16:29:37 +01:00
.prettierrc Add prävention 2022-04-28 23:20:41 +02:00
.styleci.yml Initial commit 2020-04-10 20:32:12 +02:00
Dockerfile update composer 2022-06-10 02:00:46 +02:00
README.md update readme 2022-04-30 16:45:33 +02:00
artisan Initial commit 2020-04-10 20:32:12 +02:00
composer.json Add TeX Package 2022-10-30 16:29:37 +01:00
composer.lock Add TeX Package 2022-10-30 16:29:37 +01:00
docker-compose.yml export mysql port 2022-03-15 09:53:19 +01:00
package-lock.json Update composer and npm packages 2022-08-11 22:20:49 +02:00
package.json Lint 2022-02-12 15:19:59 +01:00
phpstan-baseline.neon fixed tests 2022-11-16 23:52:38 +01:00
phpstan.neon fixed tests 2022-11-16 23:52:38 +01:00
phpunit.xml Add testsuite for unit 2022-02-17 02:41:08 +01:00
remember.aux Add remember PDFs 2021-10-29 21:44:23 +02:00
remember.log Add remember PDFs 2021-10-29 21:44:23 +02:00
remember.pdf Add remember PDFs 2021-10-29 21:44:23 +02:00
server.php Initial commit 2020-04-10 20:32:12 +02:00
tailwind.config.js Lint 2022-11-16 21:24:06 +01:00
webpack.mix.js Add nami field 2021-04-11 20:35:18 +02:00

README.md

DPSG Köln Adrema

Installation

Init and update git submodules to get laravel-nami Package

composer install --no-dev
npm ci
npm run prod
php artisan serve