Skip to content

Commit f643348

Browse files
authored
[MixerApi/Crud] Remove experimental status (#96)
1 parent 8ea1f63 commit f643348

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

plugins/crud/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
[![CakePHP](https://img.shields.io/badge/cakephp-^4.2-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
1010
[![Minimum PHP Version](https://img.shields.io/badge/php-^8.0-8892BF.svg?logo=php)](https://php.net/)
1111

12-
[ico-stability]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
13-
14-
15-
This experimental plugin provides CRUD (Create/Read/Update/Delete) services to your RESTful APIs controller actions
12+
This plugin provides CRUD (Create/Read/Update/Delete) services to your RESTful APIs controller actions
1613
using [CakePHP's dependency injection container](https://book.cakephp.org/4/en/development/dependency-injection.html).
1714

1815
- Perform most crud operations with a single line of code.
@@ -23,7 +20,7 @@ using [CakePHP's dependency injection container](https://book.cakephp.org/4/en/d
2320
- Requires CakePHP ^4.2 compatible projects.
2421

2522
You may also want to look at [CakePHP Crud](https://crud.readthedocs.io/en/latest/installation.html) which doesn't
26-
rely on experimental code. If you're using this plugin without MixerApi/ExceptionRender or for a non-API projects
23+
rely on dependency injection. If you're using this plugin without MixerApi/ExceptionRender or for a non-API projects
2724
[read below](#other-usages).
2825

2926
## Installation

0 commit comments

Comments
 (0)