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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope