Laravel Onboard Versions Save

A Laravel package to help track user onboarding steps

2.6.0

3 months ago

What's Changed

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.5.0...2.6.0

2.5.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.4.1...2.5.0

2.4.1

1 year ago
  • support L10

2.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.3.0...2.4.0

2.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.2.0...2.3.0

2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.1.1...2.2.0

2.1.1

1 year ago

2.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-onboard/compare/2.0.0...2.1.0

2.0.0

1 year ago

What's changed

  • You can now add onboarding to any model using the trait & interface
  • Added dependency injection to the completeIf callback
  • The completeIf callback is now cached using spatie/once to only run once per request
  • Added a percentageCompleted method

Upgrading from v1 to v2

  • Support for PHP 7.4 has been dropped
  • Support for Laravel 7 and 8 has been dropped
  • The \Spatie\Onboard\OnboardFacade has been moved to \Spatie\Onboard\Facades\Onboard
  • The \Spatie\Onboard\GetsOnboarded trait has been moved to \Spatie\Onboard\Concerns\GetsOnboarded
  • You should add the new \Spatie\Onboard\Concerns\Onboardable interface to your User model
  • The $user parameter in the completeIf callback has been renamed to $model and it now supports dependency injection

Full Changelog: https://github.com/spatie/laravel-onboard/compare/1.0.0...2.0.0

1.0.0

1 year ago

First release

Full Changelog: https://github.com/spatie/laravel-onboard/compare/0.0.2...1.0.0