laravelpackages/laravel-location

Location pack for laravel framework

dev-master 2019-12-19 20:18 UTC

This package is auto-updated.

Last update: 2024-04-20 07:04:24 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.