Skip to content

InnotecScotlandLtd/CompaniesHouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CompaniesHouse

Latest Stable Version Total Downloads Build Status

A package for Companies House. [https://innotec.co.uk]

Installation via Composer

Require the package

$ composer require innotecscotlandltd/companies-house
{
    "require": {
        "innotecscotlandltd/companies-house": "dev-master"
    }
}

Put this as psr4 in main composer.json

"InnotecScotlandLtd\\CompaniesHouse\\": "path-to-package/CompaniesHouse/src/"

Put this as repositories object

"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/InnotecScotlandLtd/CompaniesHouse"
    }
  ],

Add the Service Provider to your config/app.php under providers

\InnotecScotlandLtd\CompaniesHouse\Providers\CompaniesHouseServiceProvider::class,

Publish the configuration file

php artisan vendor:publish

This will create a companiesHouse.php within your config directory. Edit the relevant values in the companiesHouse.php file.

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages