Skip to content

Commit

Permalink
Merge branch 'release/v0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MatviiB committed Jan 25, 2018
2 parents 7f9caf4 + 0a1b60a commit c6f02ad
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 18 deletions.
File renamed without changes.
18 changes: 0 additions & 18 deletions notifier/readme.md

This file was deleted.

31 changes: 31 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Installation

For Laravel < 5.5 add provider to config/app.php
```php
MatviiB\Notifier\NotifierServiceProvider::class,
```

For publish all files run:
```sh
php artisan vendor:publish
```
and choose "Provider: MatviiB\Notifier\NotifierServiceProvider" if requested.

Publish just config:
```sh
php artisan vendor:publish --provider=NotifierServiceProvider --tag=config
```

Publish just js to resources folder:
```sh
php artisan vendor:publish --provider=NotifierServiceProvider --tag=resources
```
Publish just js to public folder:
```sh
php artisan vendor:publish --provider=NotifierServiceProvider --tag=public
```
Add worker daemon for ```php artisan notifier:init``` process with Supervisor.

Add published js file to your view or layout.

Done!
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c6f02ad

Please sign in to comment.