zdrojowa / city-module
Installs: 46
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- jenssegers/mongodb: 3.8
- zdrojowa/language-module: ^2.0
- zdrojowa/media-module: ^1.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-29 06:22:02 UTC
README
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.