---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
  name: "Laravel Countries"
  text: "An amazing developer experience"
  tagline: Access all country data in minutes with elegant syntax
  image:
    src: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/hero.png
    alt: world-icon

  actions:
    - theme: brand
      text: What is Laravel Countries?
      link: /introduction/what-is-laravel-countries

    - theme: alt
      text: Quickstart
      link: /introduction/getting-started#🚀-getting-started

    - theme: alt
      text: Github
      link: https://github.com/lwwcas/laravel-countries

features:
  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/laravel-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/laravel.png
      width: 120
      height: 26
    title: Thinking in Laravel
    details: Engineered and Optimized for Laravel from the ground up, built for developers by developers.
    linkText: What About Laravel
    link: /introduction/what-is-laravel-countries.html#what-about-laravel

  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/star-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/star.png
      width: 26
      height: 26
    title: GitHub Stars
    details: Highlight trusted and innovative projects!
     <img alt="Packagist Stars" src="https://img.shields.io/packagist/stars/lwwcas/laravel-countries?style=for-the-badge&amp;color=%23fe2d20" width='125px;'>
    linkText: Github Stars
    link: https://github.com/lwwcas/laravel-countries/stargazers

  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/translate-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/translate.png
      width: 32
      height: 32
    title: For the whole world
    details: Currently supporting 8 languages, with more to come.
    linkText: Supported languages
    link: /introduction/available-languages

  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/statistics-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/statistics.png
      width: 32
      height: 32
    title: Country Data
    details: Provides detailed country information including ISO 3166-1 Alpha-2 (ISO2) and Alpha-3 (ISO3) codes, international phone code, capital city, currency, national flag and its colors, top-level domain (TLD), Geonames ID, GeoJSON, geographical coordinates, and more.

  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/query-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/query.png
      width: 32
      height: 32
    title: Inspired by the Power of Eloquent
    details: Leveraging the Power of Eloquent. Built with a deep integration of Laravel's Eloquent ORM, all country data is stored in the database, enabling effortless access through clean, efficient, and optimized queries.

  - icon:
      light: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/code-light.png
      dark: https://raw.githubusercontent.com/lwwcas/laravel-countries/refs/heads/master/docs/assets/features/code.png
      width: 32
      height: 32
    title: Plug and Play
    details: Designed with developers in mind, Its intuitive integration with Laravel ensures you can be fully operational in under 5 minutes, with zero learning curve. Start utilizing its powerful features immediately without complex configurations.
---

## 🚀 Getting Started

Install the package quickly via Composer:

```sh
composer require lwwcas/laravel-countries

```

And get started with Artisan

```sh
php artisan w-countries:install

```
Now you're ready to create something incredible.

## ⭐ Support the Project

If **Laravel Countries** has been helpful in your development, show your support by giving it a **star** on [GitHub](https://github.com/lwwcas/laravel-countries)! ⭐

Your feedback and support are crucial for improving the package and driving further enhancements!

## ☕ Support Development

If **Laravel Countries** has saved you time or helped in your project, consider supporting its development!

- **Buy me a coffee:** [Buy Me a Coffee](https://buymeacoffee.com/lwwcasn)
- **Donate via PayPal:** [PayPal](https://www.paypal.com/paypalme/LucasDuarte)

Your contributions help keep the project alive and ensure continuous improvements. Every bit of support is greatly appreciated! 🙏

## 🍀 Fully Tested with Pest PHP

With 247 tests passed and a whopping 959 assertions covered, you can trust that everything is shipshape!

No bugs here only good vibes! 😄
