Download the PHP package pavelz/laravel-doctrine-rest without Composer
On this page you can find all versions of the php package pavelz/laravel-doctrine-rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pavelz/laravel-doctrine-rest
More information about pavelz/laravel-doctrine-rest
Files in pavelz/laravel-doctrine-rest
Download pavelz/laravel-doctrine-rest
More information about pavelz/laravel-doctrine-rest
Files in pavelz/laravel-doctrine-rest
Vendor pavelz
Package laravel-doctrine-rest
Short Description Doctrine Rest - Laravel implementation
License MIT
Package laravel-doctrine-rest
Short Description Doctrine Rest - Laravel implementation
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-doctrine-rest
laravel-doctrine-rest
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::class
fromconfig/doctrine.php
atcustom_types
if you have it there. - Set
'namespace' => 'DoctrineProxies'
inconfig/doctrine.php
atmanagers.*.proxies
section.
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
To get shell into Docker environment run
All versions of laravel-doctrine-rest with dependencies
PHP Build Version
Package Version
The package pavelz/laravel-doctrine-rest contains the following files
Loading the files please wait ....