zdrojowa/city-module

2.0.0 2021-03-03 10:23 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:31 UTC


README

Latest Version on Packagist Total Downloads

Cities list.

Installation

Via Composer

$ composer require zdrojowa/city-module

NPM required:

"axios": "^0.19",
"bootstrap-vue": "2.16.0"
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vuedraggable": "2.24.3",

Usage

  • Add in webpack.mix.js
mix.module('CityModule', 'vendor/zdrojowa/city-module');
  • Add module CityModule in config/selene.php
'modules' => [
    CityModule::class,
],

'menu-order' => [
    'CityModule',
],
  • run npm
npm install
npm run prod

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

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

Credits

License

license. Please see the license file for more information.