brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
281 stars 105 forks source link

Unable to find a workflow for class "App\BlogPost" #67

Closed pgiannitsaros closed 4 years ago

pgiannitsaros commented 4 years ago

I followed all instructions, using laravel 6.6.2 and exection occurs Unable to find a workflow for class "App\BlogPost".. laravel

I also want to mension that I couldn' find any database schema for blog_posts. Would you like to give a link about it for more details?

brexis commented 4 years ago

@gpanagiotis The supports attribute must contain the models which you are defining the workflow for. I can be any model in your application.