Skip to content

Countries and States for Laravel with the missing Sushi array Eloquent driver

Notifications You must be signed in to change notification settings

eckelarsson/sushi-countries-and-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Country and states using Sushi

Countries and States for Laravel with the missing Sushi array Eloquent driver.

There is a little helper function in Countries that determens if a country is in Europe. I find it usefull for VAT form in checkout forms.

$country = Country::first();
$inEurope = $country->inEurope();

Dont forget to install the Sushi driver on your laravel project.

https://github.com/calebporzio/sushi

composer require calebporzio/sushi

About

Countries and States for Laravel with the missing Sushi array Eloquent driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages