How to add dynamic dropdown list column on Laravel 5.3 registration?

后端 未结 2 1287
野的像风
野的像风 2020-11-29 13:13

I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the value of the dropdown level is taken from the table level.

My re

2条回答
  •  無奈伤痛
    2020-11-29 13:15

    You should not write any code in vendor's file, rather than you may use service injection or view composers to serve your purpose.

提交回复
热议问题