newpixel/laravel-backpack-geography is a Laravel package for laravel backpack geopgraphy.
It currently has 0 GitHub stars and 85 downloads on Packagist (latest version 2.0.6).
Install it with composer require newpixel/laravel-backpack-geography.
Discover more Laravel packages by newpixel
or browse all Laravel packages to compare alternatives.
Last updated
An admin panel for geography on Laravel 5, using Backpack\CRUD. Add continents, countries and cities.
composer require newpixel/laravel-backpack-geography
php artisan vendor:publish --provider="Newpixel\GeographyCRUD\GeographyCRUDServiceProvider"
php artisan migrate
php artisan pixeltour:add-sidebar-geography-links
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.