Cradicle Explorer
CCCAB
Info
Issues
Patches
Wallets
Source
Source
app
bootstrap
config
activitylog.php
app.php
auth.php
backups.php
breadcrumbs.php
broadcasting.php
cache.php
cors.php
database.php
filesystems.php
fortify.php
gpg.php
hashing.php
imap.php
inbox.php
jwt.php
livewire.php
logging.php
mail.php
oc_certificate.php
permission.php
popper.php
queue.php
sanctum.php
services.php
session.php
template.php
view.php
wireui.php
database
deploy
docker
docs
lang
public
pypdftools
resources
routes
storage
tests
.editorconfig
.env.example
.gitattributes
.gitignore
Dockerfile
Dockerfile-prod
LICENSE
README.md
SignPdf.py
artisan
certification_request.md
composer.json
composer.lock
deploy.md
docker-compose-prod.yml
docker-compose.yml
ep.json
generate_document.md
jsons.md
laravel.cron
norms.md
package-lock.json
package.json
phpstan.neon
phpunit.xml
post_deploy.sh
postcss.config.js
sgoc.p12
tailwind.config.js
tokenSearcher.sh
uploads.ini
videos.md
vite.config.js
vulnerabilities.md
/
config
/ template.php
template.php
1
<?php
2
3
return [
4
'TEMPLATE_ROUTE' => env('TEMPLATE_ROUTE', 'normal'),
5
];