Database seeds for Locations Module for VILT stack
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
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.