Releases: PHPWine/WineTab
Releases · PHPWine/WineTab
WineTab
$acc = new WineTab([
prefix => 'wine_',
icon => [
'position' => 'left', // right or top_center (top to title [centered]) or bottom_center (bottom to title [centered])
'default' => '+', // default
],
tab => [
'Guitar' => 'Instrument',
'PHP' => 'Web Development',
'Laravel' => 'Web App',
'WordPress' => 'Blog and ecommerce',
],
hooks => [
\Pro\HookB::class
]
]);
print $acc->tab();
Full Changelog: v1.0...v1.2.0
WineTab
Full Changelog: https://github.com/PHPWine/WineTab/commits/v1.0