Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple wrapper to run Laravel migrations in Codeigniter 3 and 4. I created this to make an old project maintainable.

How to Install

The recommended way to install schema is through Composer.

composer require codewisdoms/schema

Example request

use \CodeWisdoms\Schema\Schema;
use \CodeWisdoms\Schema\Table;

Schema::create('my_table', function(Table $table) {
    $table->id();
})

About

A schema wrapper for Codeigniter 3 and 4 to use laravel migration syntax. It was created to make an old project maintainable.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages