qobo / cakephp-csv-migrations
CSV Migrations plugin for CakePHP
Package info
github.com/QoboLtd/cakephp-csv-migrations
Type:cakephp-plugin
pkg:composer/qobo/cakephp-csv-migrations
Requires
- eluceo/ical: ^0.11.0
- league/commonmark: ^0.19
- qobo/cakephp-translations: ^10.5
- qobo/cakephp-utils: ^13.0
- symfony/expression-language: ^5.2
Requires (Dev)
- qobo/cakephp-composer-dev: ^v1.0
Replaces
- qobo/cakephp-csv-views: 1.0.0 - 1.0.5
This package is auto-updated.
Last update: 2023-04-27 04:14:35 UTC
README
About
CakePHP 3+ plugin for easy creation of application modules, based on a variety of the configuration files (CSV/INI/JSON).
This plugin is developed by Qobo for Qobrix. It can be used as standalone CakePHP plugin, or as part of the project-template-cakephp installation.
Installation
You can install this plugin into your CakePHP application using composer.
This plugin extends CakePHP 3 Migrations plugin.
The recommended way to install composer packages is:
composer require qobo/cakephp-csv-migrations
Setup
Load plugin
bin/cake plugin load --bootstrap CsvMigrations
Load required plugin(s)
bin/cake plugin load Muffin/Trash
Documentation
Have a look at doc/CSV.md for details of what is supported.