diff --git a/.gitignore b/.gitignore index ad76e4a6..fb5027c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,5 @@ -### Docs ### -build/ -cache/ - -### PHP ### - -/bootstrap/compiled.php +/build +/cache /vendor composer.phar .DS_Store diff --git a/README.md b/README.md index d49ca6e6..10e47097 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ contains the latest entrust version for Laravel 4. 1) In order to install Laravel 5 Entrust, just add the following to your composer.json. Then run `composer update`: ```json -"zizaco/entrust": "5.2.x-dev" +"zizaco/entrust": "~2.0" ``` 2) Open your `config/app.php` and add the following to the `providers` array: diff --git a/composer.json b/composer.json index 45320aa5..62743617 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "zizaco/entrust", "description": "This package provides a flexible way to add Role-based Permissions to Laravel", - "keywords": ["laravel","illuminate","auth","roles","acl","permission"], + "keywords": ["laravel","illuminate","auth","roles","acl","permission","rbac"], "license": "MIT", "authors": [ {