Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › Campaign Form Countries › Reply To: Campaign Form Countries
Hi
If i try to get the countries order by name ascending, returns me a error!
$countries = Country::orderBy('name', 'asc')->get();
I can not change DESC by ASC only?