Go to file
philipp lang 9f4f2683a3
continuous-integration/drone/push Build is passing Details
Fix ShowTest
2023-02-27 22:15:46 +01:00
.config/psysh --wip-- [skip ci] 2022-03-15 16:56:54 +01:00
.docker add fonts 2022-11-24 14:46:07 +01:00
app Add from date for memberships 2023-02-27 22:00:27 +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 Add searching for member with scout 2023-02-26 20:51:59 +01:00
database Add from date for memberships 2023-02-27 22:00:27 +01:00
packages Add searching for member with scout 2023-02-26 20:51:59 +01:00
public Remove phpinfo 2022-01-03 01:49:43 +01:00
resources Add searching for member with scout 2023-02-26 20:51:59 +01:00
routes Add searching for member with scout 2023-02-26 20:51:59 +01:00
storage Add pdf generator 2021-07-16 00:12:19 +02:00
tests Fix ShowTest 2023-02-27 22:15:46 +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 mod dockerfile 2022-11-22 14:39:13 +01:00
.drone.yml Add drone 2023-02-26 22:30:19 +01:00
.editorconfig Initial commit 2020-04-10 20:32:12 +02:00
.env.example update env 2022-11-24 12:33:46 +01: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 update env 2022-11-24 12:33:46 +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 mod dockerfile 2022-11-22 14:39:13 +01: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 searching for member with scout 2023-02-26 20:51:59 +01:00
composer.lock Add searching for member with scout 2023-02-26 20:51:59 +01:00
docker-compose.yml export mysql port 2022-03-15 09:53:19 +01:00
package-lock.json Add searching for member with scout 2023-02-26 20:51:59 +01:00
package.json Add searching for member with scout 2023-02-26 20:51:59 +01:00
phpstan.neon Fix phpstan 2023-02-23 16:41:02 +01:00
phpunit.xml update env 2022-11-24 12:33:46 +01:00
remember.aux Add remember PDFs 2021-10-29 21:44:23 +02:00
remember.log Add split for subscription 2022-12-14 00:23:03 +01:00
remember.pdf Add split for subscription 2022-12-14 00:23:03 +01: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 switch to tailwindcss nesting plugin 2022-12-01 23:39:16 +01: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