This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace In2code\In2template\Middleware; | |
use CodeZero\BrowserLocale\BrowserLocale; | |
use CodeZero\BrowserLocale\Filters\LanguageFilter; | |
use In2code\In2template\Utility\ObjectUtility; | |
use Psr\Http\Message\ResponseInterface; | |
use Psr\Http\Message\ServerRequestInterface; | |
use Psr\Http\Server\MiddlewareInterface; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Display status of DDEV configs | |
# | |
# | |
# <bitbar.title>DDEV List</bitbar.title> | |
# <bitbar.version>v1.0</bitbar.version> | |
# <bitbar.author>DA COSTA Filipe</bitbar.author> | |
# |