Bug after update
-
Hello,
I have done the update and merged my custom modifications in the new 1.5.1 branch.
Now I see this error :
Route [admin.tax-rates.index] not defined. (View: C:\wamp64\www\BagistoCustom\packages\Webkul\Admin\src\Resources\views\users\sessions\create.blade.php)
I know that the update changed some routes' name. For instance, "tax-rates" become "tax_rates". But I do not find any instance of "admin.tax-rates.index" in my code nor in this file.
I already cleaned cache...
Thanks!
-
Ok I needed to run
php artisan bagisto:publish --force
again.