joelclermont / joelclermont.com

2 stars 0 forks source link

Best practices for a multi-step workflow in Laravel #2

Open joelclermont opened 5 years ago

joelclermont commented 5 years ago

Suggested by Arthur in Shifty Coders Slack. Leverage create/store (GET/POST) flow for each step. Pros and cons of persisting in session, separate table in database, or actual model tables in database.