PHPackages                             moneo/laravel4-authorization - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. moneo/laravel4-authorization

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

moneo/laravel4-authorization
============================

v0.1(7y ago)121.7kMITPHP

Since May 9Pushed 7y ago3 watchersCompare

[ Source](https://github.com/moneo/Laravel-4.2-Authorization)[ Packagist](https://packagist.org/packages/moneo/laravel4-authorization)[ RSS](/packages/moneo-laravel4-authorization/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel4 Authorization
======================

[](#laravel4-authorization)

This package adds ability to use Policies in Laravel 4.

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

[](#installation)

Install as dependency:

```
composer require moneo/laravel4-authorization
```

Create a service provider for your application, as in Laravel 5.x in `app/Providers/AuthServiceProvider.php`

```
