PHPackages                             laravel-commode/common - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-commode/common

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-commode/common
======================

Common helpers/utils/services for laravel-commode

0336PHP

Since May 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/laravel-commode/common)[ Packagist](https://packagist.org/packages/laravel-commode/common)[ RSS](/packages/laravel-commode-common/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

\#Commode: Common

[![Build Status](https://camo.githubusercontent.com/21f546edf9bad0ae4f9d03ae67044f712014cba234ec9878a5be31249dab88d8/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2d636f6d6d6f64652f636f6d6d6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/laravel-commode/common)[![Code Climate](https://camo.githubusercontent.com/c8fff51d5cee9904761bb0f5e75b0638826dd459d63b163823906defa7512f4d/68747470733a2f2f643373366d75743368696b6775772e636c6f756466726f6e742e6e65742f6769746875622f6c61726176656c2d636f6d6d6f64652f636f6d6d6f6e2f6261646765732f6770612e737667)](https://codeclimate.com/github/laravel-commode/common)[![Coverage Status](https://camo.githubusercontent.com/edd42d731cfce499ed93773fe68c4f94ffec6fa1a86b23aaf9ce95fb33e5a387/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c61726176656c2d636f6d6d6f64652f636f6d6d6f6e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/laravel-commode/common?branch=master)

> ***laravel-commode/common*** is common utils/services package for all commode packages. Some of them are supposed to use only inside *laravel-commode* and some of them might be useful for development.

\####Contents - [Installing](#installing)
- [GhostService](#service)
- [Resolver](#resolver)
- [Controller](#controller)

---

\##Installing

You can install ***laravel-commode/common*** using composer:

```
"require": {
    "laravel-commode/common": "dev-master"
}

```

To enable package you need to register `LaravelCommode\Common\CommodeCommonServiceProvider` service provider. Actually, there are two ways of registering `CommodeCommonServiceProvider` - first one is common for all service providers - you can simply add it into laravel application config providers list:

```
