Laravel-From-Scratch-Blog-Project
Laravel-From-Scratch-Blog-Project copied to clipboard
Added status column
- [x] Add a
statuscolumn to the posts table to allow for posts that are still in a "draft" state. Only when this status is changed to "published" should they show up in the blog feed.