confrariaweb / laravel-location
Location pack for laravel framework
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:package
pkg:composer/confrariaweb/laravel-location
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2025-10-02 15:46:18 UTC
README
Um pacote laravel de endereços
Instalação
É necessário ter os pacotes JavaScripts do "DATATABLE" & "SELECT2" instalados. Incluir os pacotes JS e CSS abaixo.
<link href="https://cdn.jsdelivr.net/npm/select2@4.0.12/dist/css/select2.min.css" rel="stylesheet" /> <link type="text/css" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/select2@4.0.12/dist/js/select2.min.js" type="text/javascript"></script> <script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.js" type="text/javascript" charset="utf8"></script>
##Seeds
php artisan db:seed --class="LocationsTableSeeder"
License
The Laravel framework is open-sourced software licensed under the MIT license.