confrariaweb / laravel-location
Location pack for laravel framework
dev-master
2022-08-08 18:52 UTC
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2024-11-14 11:26:38 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.