Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Enumeration list for CakePHP

License

NotificationsYou must be signed in to change notification settings

CakeDC/Enum

Repository files navigation

Build StatusCoverageTotal DownloadsLicense

Enumeration list forCakePHP 5.

Versions and branches

CakePHPCakeDC Enum PluginTagNotes
^5.0.63.next3.1.0stable
^4.02.next2.0.4stable

Install

UsingComposer:

composer require cakedc/enum

You then need to load the plugin. You can use the shell command:

bin/cake plugin load CakeDC/Enum

or by manually adding statement shown below toApplication::bootstrap() method:

$this->addPlugin('CakeDC/Enum');

Requirements

  • CakePHP 5.0.6+
  • PHP 8.1+

Documentation

For documentation, as well as tutorials, see theDocs directory of this repository.

Support

For bugs and feature requests, please use theissues section of this repository.

Commercial support is also available,contact us for more information.

Contributing

This repository follows theCakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read ourContribution Guidelines for detailed instructions.

License

Copyright 2015 - 2024 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under theMIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.


[8]ページ先頭

©2009-2025 Movatter.jp