| Package Data | |
|---|---|
| Maintainer Username: | arcanedev |
| Maintainer Contact: | arcanedev.maroc@gmail.com (ARCANEDEV) |
| Package Create Date: | 2014-11-16 |
| Package Last Update: | 2015-07-18 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:14:23 |
| Package Statistics | |
|---|---|
| Total Downloads: | 95 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 4 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
By ARCANEDEV©
- PHP >= 5.4.0
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.
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',
],
Coming soon...
Any ideas are welcome. Feel free the submit any issues or pull requests.
Head package is licenced under the MIT license.