Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Nov 30, 2018
1 parent 72c794f commit 3d4c95f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ This package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high
You will find user friendly and updated documentation on the [Caffeinated website](https://caffeinatedpackages.com/guide/packages/modules.html).

## Installation
Simply install the package through Composer. From here the package will automatically register its service provider.
Simply install the package through Composer. From here the package will automatically register its service provider and `Module` facade.

```
composer require caffeinated/modules
```

### Facade
Optionally, you may also register the accompanying facade for easier access to the underlying API. Inside your project's config/app.php file, add the following to the array of facades:

```php
'Module' => Caffeinated\Modules\Facades\Module::class,
```

### Config
To publish the config file, run the following:

Expand Down

0 comments on commit 3d4c95f

Please sign in to comment.