LaravelPackages.net
Acme Inc.
Toggle sidebar
arcanedev/head

Head Helper

95
4
2.2.1
About arcanedev/head

arcanedev/head is a Laravel package for head helper. It currently has 4 GitHub stars and 95 downloads on Packagist (latest version 2.2.1). Install it with composer require arcanedev/head. Discover more Laravel packages by arcanedev or browse all Laravel packages to compare alternatives.

Last updated

Head Tags Manager Packagist License

Travis Status Coverage Status Scrutinizer Code Quality Github Issues Packagist Release Packagist Downloads

By ARCANEDEV©

Requirements

PHP >= 5.4.0

Installation

Composer

You can install the package via Composer. Add this to your composer.json:

{
    "require": {
        "arcanedev/head": "~2.0"
    }
}

And install it via composer install or composer update.

Laravel

Once the package is installed, you can register the service provider in app/config/app.php in the providers array:

'providers' => [
    ...
    'Arcanedev\Head\Laravel\ServiceProvider',
],

And the facade in the aliases array:

'aliases' => [
    ...
    'Head' => 'Arcanedev\Head\Laravel\Facade',
],

USAGE

Coming soon...

Contribution

Any ideas are welcome. Feel free the submit any issues or pull requests.

TODO

  • [ ] Documentation
  • [ ] Examples
  • [x] More tests and code coverage
  • [x] Laravel support (v4.2)
  • [ ] Laravel support (v5.0)
  • [x] Laravel support (v5.1)

License

Head package is licenced under the MIT license.

Star History Chart