42coders / workflows

The Workflow Package add Drag & Drop Workflows to your Laravel Application.
https://workflows.42coders.com
MIT License
253 stars 66 forks source link

Doesn't work straight from the box #30

Closed MilesHart closed 1 year ago

MilesHart commented 2 years ago

If you create a blank project, and add the workflow module as per the instructions you will get a

Route [login] not defined

Might be nice to document a simple implementation of this...

Just a thought.

Max-Hutschenreiter commented 1 year ago

Hey Miles, you are right. The missing point in the documentation is that you need an Auth system or to include the routes without the auth guard.