PHPackages                             lpcdernoncourt/annotations - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lpcdernoncourt/annotations

ActiveLibrary[API Development](/categories/api)

lpcdernoncourt/annotations
==========================

Route Annotations for The Laravel Framework.

v5.5.1(8y ago)039MITPHP &gt;=7.0.0

Since Feb 4Compare

[ Source](https://github.com/lpcdernoncourt/annotations)[ Packagist](https://packagist.org/packages/lpcdernoncourt/annotations)[ Docs](http://laravelcollective.com)[ RSS](/packages/lpcdernoncourt-annotations/feed)WikiDiscussions Synced 2w ago

READMEChangelog (2)Dependencies (7)Versions (23)Used By (0)

Annotations for The Laravel Framework
-------------------------------------

[](#annotations-for-the-laravel-framework)

To Laravel 5.5

[![Build Status](https://camo.githubusercontent.com/37b9219a7eabfb5a2a11683764c0ce1d8c5b0f1c94fbb16b12715adc6c62e175/68747470733a2f2f7472617669732d63692e6f72672f6c70636465726e6f6e636f7572742f616e6e6f746174696f6e732e737667)](https://travis-ci.org/lpcdernoncourt/annotations)[![Total Downloads](https://camo.githubusercontent.com/02429fa77711a90ea57b2ac6ebdbdf3db11df6f46bff5a4ee3efe8949590a6e5/68747470733a2f2f706f7365722e707567782e6f72672f6c70636465726e6f6e636f7572742f616e6e6f746174696f6e732f646f776e6c6f616473)](https://packagist.org/packages/lpcdernoncourt/annotations)[![Latest Stable Version](https://camo.githubusercontent.com/1f4ce5a173d2ce18273adeca39ceccdfb996177f8eaff5fa38b95b1162253ae1/68747470733a2f2f706f7365722e707567782e6f72672f6c70636465726e6f6e636f7572742f616e6e6f746174696f6e732f762f737461626c652e737667)](https://packagist.org/packages/lpcdernoncourt/annotations)[![Latest Unstable Version](https://camo.githubusercontent.com/611fe00956913e58dc50118d250dd0ba70defe085a684fb3d141c93f1488fae6/68747470733a2f2f706f7365722e707567782e6f72672f6c70636465726e6f6e636f7572742f616e6e6f746174696f6e732f762f756e737461626c652e737667)](https://packagist.org/packages/lpcdernoncourt/annotations)[![License](https://camo.githubusercontent.com/12ba6b9edd19496b4410e390fbdefb8178901e9cde041a7a17d3353c31302c5e/68747470733a2f2f706f7365722e707567782e6f72672f6c70636465726e6f6e636f7572742f616e6e6f746174696f6e732f6c6963656e73652e737667)](https://packagist.org/packages/lpcdernoncourt/annotations)

Official documentation for Annotations for The Laravel Framework can be found at the [LaravelCollective](http://laravelcollective.com) website.

Installation
------------

[](#installation)

Add Presenter to your composer.json file:

```
"require": {
    "lpcdernoncourt/annotations": "5.5.*"
}
```

Now, run a composer update on the command line from the root of your project:

```
composer update

```

Once composer is done, you'll need to create a Service Provider in app/Providers/AnnotationsServiceProvider.php.

```
