Welcome
Choose a tool or explore your generated content.
Latest Generated Content
Directory (Yellow Pages)
Settings (Optional MySQL)
Enable MySQL in config.php to auto-create the database and tables on first run.
Steps:
- Open config.php
- Set mysql.enabled to true
- Fill host, port, user, pass, database
return [
'mysql' => [
'enabled' => true,
'host' => '127.0.0.1',
'port' => 3306,
'user' => 'root',
'pass' => 'password',
'database' => 'scrolling_video_generator',
'charset' => 'utf8mb4',
],
];