newpixel / laravel-backpack-geography
Laravel Backpack Geopgraphy
2.0.6
2022-12-14 15:45 UTC
Requires
- php: ^7.4|^8.0
- backpack/crud: 3.5.*|3.6.*|^4.0.0|^5.0
- cviebrock/eloquent-sluggable: ^7.0|^8.0|^9.0
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
README
An admin panel for geography on Laravel 5, using Backpack\CRUD. Add continents, countries and cities.
Installation
- Install the package via composer:
composer require newpixel/laravel-backpack-geography
- Publish the config and migration:
php artisan vendor:publish --provider="Newpixel\GeographyCRUD\GeographyCRUDServiceProvider"
- Run the migration to have the database table the package needs
php artisan migrate
- 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 catalin.prodan@newpixel.ro 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.