dimanche 21 mai 2017

Laravel get div without ajax

Hi I am trying to get the content within a div element into my controller. I dont want to use ajax. How may I get that done ?

 <div id="editorcontents" name="editorcontents">
 </div>

Then in controller

  Use Input;
  $content = Input::get('editorcontents');



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire