Running command composer require studio/laravel-totem results in the following error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'app.task_frequencies' doesn't exist (SQL: select * from `task_frequencies` where `task_frequencies`.`task_id` = 2 and `task_frequencies`.`task_id` is not null)
Seems obvious, but we can't run the migration without the package installed.
Running command
composer require studio/laravel-totem
results in the following error:Seems obvious, but we can't run the migration without the package installed.