Find framework reference pages for controllers, routes, middleware, modules, database, views, and security.

Reference search

Results for "migrations"

Search results focus on framework reference pages. Open a result when you need the full explanation, or use the quick answer below when it matches what you are trying to build.

Quick answer

Create database changes

Create migrations for schema changes and use sqlScript for custom SQL queries that need to stay readable.

php coriander make:migration create_posts_table
php coriander migrate

Start Here

Project Guidance