Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Countries Laravel Package

drnd-dev/laravel-countries

View on GitHub
Deep Wiki
Context7

Independence Day

Looking to explore countries based on their independence dates? The following methods make it easy to find countries that match specific independence criteria. Whether you're curious about countries that gained independence in a certain year, before or after a particular date, or even within a specific month, these methods have you covered!

Where Independence After

Find countries that gained independence after a specific date.

->whereIndependenceAfter()
Country::whereIndependenceAfter('1950-01-01')->get();

Where Independence Before

Find countries that gained independence before a specific date.

->whereIndependenceBefore()
Country::whereIndependenceBefore('1900-01-01')->get();

Where Independence Between Dates

Find countries that gained independence before a specific date.

->whereIndependenceBetweenDates()
Country::whereIndependenceBetweenDates('1900-01-01', '2000-12-31')->get();

Where Independence Day

Find countries with a specific independence date.

->whereIndependenceDay()
Country::whereIndependenceDay('1776-07-04')->get();

Where Independence Month

Find countries that gained independence in a specific month.

->whereIndependenceDay()
Country::whereIndependenceMonth(7)->get(); // July

Where Independence Year

Find countries that gained independence in a specific year.

->whereIndependenceYear()
Country::whereIndependenceYear(1960)->get();

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony