ycs77 / laravel-wizard

A web Setup Wizard for Laravel application.
MIT License
122 stars 18 forks source link

Action App\Http\Controllers\store not defined after upgrade to 2.1.0 #18

Closed raphaelmsr closed 5 years ago

raphaelmsr commented 5 years ago

Something seems to have bugged in Wizardable.php i guess

raphaelmsr commented 5 years ago

There was an issue even after publishing the views again So i had to manually replace action( with $getActionUrl( Now its working

ycs77 commented 5 years ago

You can use FORCE publish views:

php artisan vendor:publish --tag=wizard-views --force