GithubHelp home page GithubHelp logo

isabella232 / migrations-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cakephp/migrations

0.0 0.0 0.0 1.64 MB

CakePHP database migrations plugin

License: Other

PHP 96.36% Dockerfile 0.24% Twig 3.40%

migrations-1's Introduction

Migrations plugin for CakePHP

CI Coverage Status Software License Total Downloads

This is a Database Migrations system for CakePHP.

The plugin consists of a CakePHP shell wrapper for the Phinx migrations library.

This branch is for use with CakePHP 4.x. See version map for details.

Installation

You can install this plugin into your CakePHP application using Composer.

Run the following command

composer require cakephp/migrations

Configuration

You can load the plugin using the shell command:

bin/cake plugin load Migrations

Or you can manually add the loading statement in the src/Application.php file of your application:

public function bootstrap()
{
    parent::bootstrap();
    $this->addPlugin('Migrations');
}

Additionally, you will need to configure the default database configuration in your config/app.php file.

Documentation

Full documentation of the plugin can be found on the CakePHP Cookbook.

migrations-1's People

Contributors

ad7six avatar admad avatar andrej-griniuk avatar antograssiot avatar cake17 avatar ceeram avatar dakota avatar dependabot[bot] avatar dereuromark avatar eather009 avatar fullybaked avatar harikt avatar havokinspiration avatar jadb avatar josegonzalez avatar lorenzo avatar luke83 avatar mamchenkov avatar markstory avatar ndm2 avatar nook24 avatar othercorey avatar pabloelcolombiano avatar peter279k avatar robertpustulka avatar rochamarcelo avatar saeideng avatar skie avatar tomohiroukawa avatar zoghal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.