PHP code example of lagdo / dbadmin-driver-sqlite
1. Go to this page and download the library: Download lagdo/dbadmin-driver-sqlite library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lagdo / dbadmin-driver-sqlite example snippets
'app' => [
'packages' => [
Lagdo\DbAdmin\App\Package::class => [
'servers' => [
'server_id' => [ // A unique identifier for this server
'driver' => 'sqlite',
'name' => '', // The name to be displayed in the dashboard UI.
'directory' => '', // The directory containing the database files.
],
],
],
],
],