This file contains 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 | |
// this is twig filter | |
namespace App\Twig\Filters; | |
use Twig\Extension\AbstractExtension; | |
use Twig\TwigFunction; | |
class Javascript extends AbstractExtension | |
{ | |
private array $scripts = []; |
This file contains 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
auto_increment_increment 1 | |
auto_increment_offset 1 | |
autocommit ON | |
automatic_sp_privileges ON | |
avoid_temporal_upgrade OFF | |
back_log 65535 | |
basedir /usr/ | |
big_tables OFF | |
bind_address 0.0.0.0 | |
binlog_cache_size 32768 |
This file contains 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
Variable_name Value | |
auto_increment_increment 1 | |
auto_increment_offset 1 | |
autocommit ON | |
automatic_sp_privileges ON | |
avoid_temporal_upgrade OFF | |
back_log 80 | |
basedir /usr/ | |
big_tables OFF | |
bind_address 0.0.0.0 |