Laravel internal analytics package.

Maintainers

Package info

github.com/lvahost/apiarist

pkg:composer/thepirateorange/apiarist

Statistics

Installs: 51

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.7 2018-05-25 14:19 UTC

This package is not auto-updated.

Last update: 2026-03-15 13:47:53 UTC


README

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Install via composer

composer require thepirateorange/apiarist

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

thepirateorange\Apiarist\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section

thepirateorange\Apiarist\Facades\Apiarist::class,

Publish Configuration File

php artisan vendor:publish --provider="thepirateorange\Apiarist\ServiceProvider" --tag="config"

Usage

CHANGE ME

Security

If you discover any security related issues, please email thepirateorange@gmail.com instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.