Creating a form builder, how to implement the backend PHP Laravel MYSQL -


i'm trying create system users able create questionnaires, ways envision cumbersome create , don't seems efficient.

when user specifics:

  1. one txt field.
  2. one multiple choose ( string, string, string )
  3. etc

how save data database in efficient way. there tutorials on this?

thanks time.

this laravel 5 example should best choice. create questionnaire app based on example should easy.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -