Skip to content

ostoandel/ostoandel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ostoandel is a package which enables to run CakePHP2 applications on Laravel.

ostoandel

Requirements

  • PHP >= 7.3
  • Composer >= 2.0

Installation

Add an autoload field to composer.json.

"autoload": {
    "psr-4": {
        "App\\": "app"
    }
},

Require the laravel framework with composer.

composer require laravel/framework

Require this pacakge.

composer require "ostoandel/ostoandel:dev-master"

Get the skeleton of Laravel.

composer create-project --no-install --no-scripts laravel/laravel

Setup

Loading the plugin in app/Config/bootstrap.php. The path parameter is required.

CakePlugin::load('Ostoandel', ['path' => VENDORS . '/ostoandel/ostoandel/plugin/']);

Run the Ostoandel.laravelize command. Note that this may overwrite existing files in your application. Be sure to have a backup of your application before running this.

cake Ostoandel.laravelize

Confirm your application is now running on Laravel.

About

Enables to run CakePHP2 applications on Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages