queents/locations-module

Database seeds for Locations Module for VILT stack

v1.0.1 2022-12-03 16:17 UTC

This package is auto-updated.

Last update: 2024-04-25 13:59:54 UTC


README

Database seeds for Locations Module for VILT stack

Installation

You can install the package via composer:

composer require queents/locations-module

Add Module to modules_statuses.json if not exists

{
    "Locations": true
}

Run Migration

php artisan migrate

Install the package

php artisan location:install

and now clear cache

php artisan optimize:clear

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.