Skip to content

brianclogan/tenstreet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenstreet API

Installation

composer require collingmedia/tenstreet-api

The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

'providers' => [
    // ...
    CollingMedia\Tenstreet\ServiceProvider::class,
]

Publish the config file with:

php artisan:publish --proivder="CollingMedia\Tenstreet\ServiceProvider" --tag="config"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages