Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 14, 2017
1 parent b2ffb27 commit 1899b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Configure your steps in your `App\Providers\AppServiceProvider.php`
return $user->posts->count() > 0;
});
```
## Usage:
Now you can access these steps along with their state wherever you like. Here is an example blade template:
```php
@if (Auth::user()->onboarding()->inProgress())
Expand Down

0 comments on commit 1899b24

Please sign in to comment.