php - How to add country, state and city select field in laravel forms? -


Hi, I'm new to the larval framework in my form, the select them will be the country, state, city of three areas in the option . Can I apply these areas to the Larval Framework Someone has suggested to me on this.

thanks

using the form class Create a drop-down list with Laravel:

  echo form :: select ('country', array ('US' = & gt; ; 'United States',' UK '=> United Kingdom'));  

For more information, see:


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -