Scrolling Video Generator

Platform-ready templates with live preview

Views: 26

Welcome

Choose a tool or explore your generated content.

Directory (Yellow Pages)

Settings (Optional MySQL)

Enable MySQL in config.php to auto-create the database and tables on first run.

Steps:
  1. Open config.php
  2. Set mysql.enabled to true
  3. 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',
  ],
];