You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple custom widgets added to the dashboard, created with the php please make:widget command. After upgrade from v5.41 to v5.42 the dashboard fails to load with a Statamic\Widgets\WidgetNotFoundException exception.
This is the v5.41 output for app('statamic.widgets'):
Bug description
We have multiple custom widgets added to the dashboard, created with the
php please make:widget
command. After upgrade from v5.41 to v5.42 the dashboard fails to load with aStatamic\Widgets\WidgetNotFoundException
exception.This is the v5.41 output for
app('statamic.widgets')
:And this is the v5.42 output for
app('statamic.widgets')
:How to reproduce
composer create-project laravel/laravel statamic-widgets && cd statamic-widgets
composer require statamic/cms:5.41 --with-dependencies
php please auth:migration && php artisan migrate
php please make:user
and login into de control panelphp please make:widget Example
/config/statamic/cp.php
:'widgets' => [['type' => 'example', 'width' => 50]],
composer require statamic/cms:5.41
Widget [example] not found
Logs
Environment
Installation
Existing Laravel app
Additional details
No response
The text was updated successfully, but these errors were encountered: