Migrations
class MigrationTest extends Migration
{
public function up()
{
$result = Db::query(
'ALTER TABLE `my_table`
ADD COLUMN `test` INT DEFAULT NULL;
');
if (!$result) throw Db::lastError();
}
}
Migrations management (eg. for Databases)
Related plugins
Plugin Loader
by Ahmet Bora
Template hooks
by Ahmet Bora
Illuminate Database
by Fernando Gutiérrez
Env
by Fernando Gutiérrez
Monolog
by Bruno Meilick
Plopfile
by Bruno Meilick
Redirects
by Bruno Meilick
Log
by Bart Vandeputte
Queue
by Bart Vandeputte
Virtual pages helper kit
by Bart Vandeputte

Ray
by Sam Serrien
CLI
by Kirby Team
Methods Folder
by hana+nils
Tracker
by hana+nils
Kirbylog
by Johann Schopplich

Logger
by Michael Scheurich
Maintenance Mode
by Moritz Ebeling

MarkdownPlus
by Dieter Stokar
Route Attributes
by Present Progressive

Sentry
by Markus Denhoff
Other plugins by Markus Denhoff

Clear Cloudflare Cache
by Markus Denhoff

Git Content
by Markus Denhoff

OAuth 2.0
by Markus Denhoff

Sentry
by Markus Denhoff