Download the PHP package pardalsalcap/linter-locations without Composer

On this page you can find all versions of the php package pardalsalcap/linter-locations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package linter-locations

Linter Locations

pardalsalcap/linter-locations adds a geographic data model and Filament resources for continents, countries, communities, states, cities, and addresses.

It is designed to work as an add-on for Laravel applications that already use Filament.

Compatibility

Installation

Install the package:

Publish and run the migrations:

Publish the config file if you want to adjust locales or search behavior:

Default config:

Install Command

The package ships with an install command:

The command asks for confirmation before each optional step:

  1. Populate the database with starter geographic data.
  2. Create the Filament resource wrappers inside your application.

If you confirm the resource step, the command creates these files in app/Filament/Resources when they do not already exist:

The generated classes extend the package resources, so you can start using them immediately and still customize them later in your app.

Filament Resources

The package provides base Filament resources for:

The generated wrapper classes are intentionally minimal:

If you prefer to create them manually, examples are available in resources/stubs.

Database Seeder Data

The install command can preload:

This gives a practical starting point for projects that need location data immediately.

Traits

HasAddresses

Use Pardalsalcap\LinterLocations\Traits\HasAddresses on any Eloquent model that should be linked to addresses.

Example:

Once applied, the model can attach, detach, and sync addresses through the provided relationship helpers.

Address Relation Manager

The package also includes AddressableRelationManager, which can be attached to your own Filament resources when the model uses HasAddresses.

Example:

Translations

You can publish the translation files with:

Published translations will be available under:

The package currently includes translation files for English and Spanish.

Credits

License

The MIT License (MIT). See LICENSE.md.


All versions of linter-locations with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
illuminate/contracts Version ^11.0|^12.0
spatie/laravel-package-tools Version ^1.14.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pardalsalcap/linter-locations contains the following files

Loading the files please wait ...