pavelz/laravel-doctrine-rest
最新稳定版本:0.6.0
Composer 安装命令:
composer require pavelz/laravel-doctrine-rest
包简介
Doctrine Rest - Laravel implementation
README 文档
README
This package supports Laravel 11 and Laravel Doctrine ORM 2.0 not plans to upgrade.
Successor: https://github.com/ScholarshipOwl/laravel-doctrine-jsonapi
Versions
| Version | Supported Laravel Versions |
|---|---|
| ^0.2.0 | 7.x |
| ^0.3.0 | 8.x |
| ^0.4.0 | 9.x |
| ^0.5.0 | 10.x |
| ^0.6.0 | 11.x |
Upgrade Guide
From 0.4.x to 0.5.x
- Upgrade composer dependencies
composer require pavelz/laravel-doctrine-rest:^0.5.0 - Remove
LaravelDoctrine\ORM\Types\Json::classfromconfig/doctrine.phpatcustom_typesif you have it there. - Set
'namespace' => 'DoctrineProxies'inconfig/doctrine.phpatmanagers.*.proxiessection.
Development
Use docker-compose for running PHPUnit tests even if your local PHP runtime version doesn't match librariy one.
To install dependencies and run the tests
docker compose run php
To get shell into Docker environment run
docker compose run php sh
统计信息
- 总下载量: 5.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-27