mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
This commit implements feature flags using the "ylsideas/feature-flags" library and updates various frontend views to show or hide sections based on the feature flag. Additionally, a new migration file is created for the features database table and the LibraryItem model is updated with a new searchLibraryItems function. The composer.json and composer.lock files are updated to include the new dependencies.
35 lines
288 B
Plaintext
35 lines
288 B
Plaintext
/node_modules
|
|
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
|
|
/storage/*.key
|
|
|
|
/vendor
|
|
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
|
|
.phpunit.result.cache
|
|
|
|
Homestead.json
|
|
Homestead.yaml
|
|
|
|
npm-debug.log
|
|
|
|
/.fleet
|
|
/.idea
|
|
/.vscode
|
|
|
|
auth.json
|
|
|
|
yarn-error.log
|
|
.yarn/*
|
|
!.yarn/releases
|
|
|
|
.blueprint
|
|
|
|
.features.php
|