serafim/laravel-annotations

Laravel annotations bridge
991 2
Install
composer require serafim/laravel-annotations
Latest Version:1.0.6
License:MIT
Last Updated:Dec 9, 2017
Links: GitHub  ·  Packagist
Maintainer: Serafim

Laravel-Annotations

This is a Doctrine Annotations bridge for Laravel 5+

Installation

composer require serafim/laravel-annotations

In app.php add:

'providers' => [
    ...
    \Serafim\Annotations\LaravelServiceProvider::class,
]

Run php artisan vendor:publish if you want configure default behaviuor

Usage

use octrine\Common\Annotations\Reader;

app(Reader::class)->getClassAnnotations($reflection); 
// or app('annotations')->..

NOTE: For more information about annotations read: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/annotations.html

Related Packages

panguktd/laravel-doctrine-orm

Doctrine 2.5 For Laravel .

7 0
kozz/laravel-doctrine-cache

Doctrine Cache Factory for Laravel 5

9,513 2
rsamborski/laravel-doctrine

The Doctrine 2 implementation that melts with Laravel 4

12 0
phyra/workerman-bridge

Phyra — Run Laravel on Workerman. Fast, memory-safe, state-leak-aware, with a cr...

0 2