devSolutions
4 deals
on 2021-02-05
I need a Laravel 8 functionality that:
- after selecting in the dropdown (Voivodeships)
- will download cities from the selected voivodeship from the database and show them as selectable checkboxes
Both provinces and cities must be in separate database tables.
Province table:
voivodship id
my_name
City table:
city_id
voivodship id
town name
Table with saved selection data:
id
voivodship id
city_id
Data adding, editing with highlighting previously selected voivodship and cities must work.
Requirements:
- Laravel8
- alpine.js
or js