LaravelPackages.net
Acme Inc.
Toggle sidebar
newpixel/laravel-backpack-geography

Laravel Backpack Geopgraphy

85
0
2.0.6
About newpixel/laravel-backpack-geography

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

Geography CRUD for Laravel Backpack

Latest Version on Packagist Build Status Quality Score Total Downloads

An admin panel for geography on Laravel 5, using Backpack\CRUD. Add continents, countries and cities.

Installation

  1. Install the package via composer:
composer require newpixel/laravel-backpack-geography
  1. Publish the config and migration:
php artisan vendor:publish --provider="Newpixel\GeographyCRUD\GeographyCRUDServiceProvider"
  1. Run the migration to have the database table the package needs
php artisan migrate
  1. Run command to add tree links to resources/views/vendor/backpack/base/inc/sidebar_content.blade.php:
php artisan pixeltour:add-sidebar-geography-links

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Star History Chart