Download the PHP package tomatophp/filament-locations without Composer
On this page you can find all versions of the php package tomatophp/filament-locations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-locations
Filament Locations
A database of countries, cities, area, languages, currenacy with json base and database base for FilamentPHP
Screenshots
Installation
after install your package please run this command
finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php
Disable Setting Hub
to disable the setting hub you can use this method
Disable Resources
to disable the resources you can use this method
Use Database Driver
to use database driver or if you don't have "sqlite" on your app, you can change the driver on config to "database" first publish the config
after that go to config/filament-locations.php
and change the driver to "database"
now you need to run migration
now load the data to seeder
and the full data will be migrated to your database
Use Custom JSON Files
if you like to use your json data files it's easy you can just change the path of json on your config file with the matched json schema
Currency Helper
we have ready to use helper to convert the money amount to the currency symbol
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-locations with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.2
tomatophp/filament-settings-hub Version ^2.0
calebporzio/sushi Version *