eve-scout / eveseat-web-onboarding
EVE SeAT Onboarding
0.1.5
2016-11-07 06:39 UTC
Requires
- php: >=5.5.9
- eveseat/web: ^1.0.18
- laravel/framework: 5.1.*
This package is not auto-updated.
Last update: 2024-11-13 21:00:49 UTC
README
This EVE SeAT package adds custom onboarding for new users.
- Displays registration next steps listing on home screen
- Registration email confirmation and account activation
- Override API key additions to allow for grandfathered legacy keys that don't meet the minimum mask requirements
Install
Add Package
Run the following command while in your SeAT install:
$ composer require eve-scout/eveseat-web-onboarding
Update Configs
- Open
config/app.php
in your favorite editor. - Add
EveScout\Seat\Web\Onboarding\OnboardingServiceProvider::class
to the bottom of theproviders
array.
Credits
License
Copyright (c) 2016 Johnny Splunk of EVE-Scout <https://twitter.com/eve_scout>