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. -
@sanjay-webkul
Humm... I did some changes and this occur again.
I tried tonpm run dev
in each packages then I did :php artisan bagisto:publish --force
again. But it does not work... -
-
@ghermans
Hello,
Thank you. But the routes are correct and my IDE does not find any occurrence of this route. -
Hi @MallauryG,
Please clear the config and route cache.
php artisan config:cache php artisan route:cache