Skip to content

v2.3.1

Compare
Choose a tag to compare
@ycs77 ycs77 released this 17 Jul 17:29
· 52 commits to 2.x since this release

Update the route file in Laravel 8.x:

routes/web.php

use App\Http\Controllers\UserWizardController;
use Illuminate\Support\Facades\Route;
use Ycs77\LaravelWizard\Facades\Wizard;

...

Wizard::routes('wizard/user', UserWizardController::class, 'wizard.user');

More detail see README.

Changed

  • Bootstrap 5 support

Fixed

  • Laravel 8 not working bug (#29)