Input to create "posts" on news site

Asked

Viewed 34 times

0

I’m making a personal project of news site using Laravel and Mysql.

When a user was going to register a news item, I wanted them to be able to insert paragraphs, bold and other formatting in the same way that is possible when we create a topic in that forum. I don’t even know where to start, someone can help me?

I wanted something very similar to this 'input' to create topic, it can be even simpler.

inserir a descrição da imagem aqui

In my database I created the table 'posts' with the fields: id(pk), category_id(fk), title, content(mediumtext), thumbnail (string linking an img) and user_id(fk of the creator).

  • Have you tried anything? It seems to me wide your doubt of the form it is, if you have already started to elaborate something, edit the question and add, it becomes easier so already having a starting point.

  • Duplicate of https://answall.com/q/209622/5878

  • You can use this plugin: https://www.tinymce.com/ it is very easy to use and best of all it’s free.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.