Laravel World Will Provide ( Continents -> Countries -> States -> Cities -> Regions ) With Relations & Database & Translated .

Maintainers

Package info

github.com/httpsnader1/world

pkg:composer/httpsnader1/world

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.2 2025-10-10 19:02 UTC

This package is auto-updated.

Last update: 2026-03-10 19:46:45 UTC


README

Laravel World Will Provide ( Continents -> Countries -> States -> Cities -> Regions ) With Relations & Database & Translated .

Conceptions

There Are 6 Objects In This Package .

  1. World : The Earth World .
  2. Continent : 7 Continent .
  3. Country : 250 Countries .
  4. State : States Of Each Country .
  5. City : Cities Of Each State .
  6. Region : Regions Of Each City .

Setup

  • Install Package
composer require httpsnader1/world
  • Publish Files

    • Migrations
    php artisan vendor:publish --force --provider="Httpsnader1\World\WorldServiceProvider" --tag=migrations
    • Seeders
    php artisan world:publish-seeders
    • Models
    php artisan world:publish-models
  • Initialize Package

php artisan world:init

Usage

  • Get All Continent
use Httpsnader1\World\Models;

WorldContinent::get();
  • Get All Countries
use Httpsnader1\World\Models;

WorldCountry::get();

Thanks

About

This Package Published Under MIT License . If You Have Any Question Or Suggestion , Please Feel Free To Submit a Issue , Or Email Me Mohamed Nader httpsnader@gmail.com Or Call Me +201098683990.

Have a Nice Day .