The Blog
g33kidd opened this issue · 0 comments
g33kidd commented
Someone suggested to me to use WordPress and I have seen implementations where people are using WordPress to power a Laravel blog? I don't think this is necessary, but it could be an option using the WP-API from an external application? Hmmmm....
Anyways, I think this should be fairly simple. All there really needs to be is a place to edit/add/delete posts and have a clean UI for working with posts. Some things that might be needed:
- Title
- Slug (generated by Laravel's str_slug() or whatever function)
- Body (stored as TEXT as HTML I guess? probably generated by whatever editor is chosen)
- Featured Image
- Author
- Category
- Tags
That's really all I have for now on this feature. Will post a suggested editor later.