iwish / retailobjectsrestourant-module
There is no license information available for the latest version (dev-main) of this package.
Package info
github.com/Viruscom/retailobjectsrestourant-module
Language:Blade
Type:laravel-module
pkg:composer/iwish/retailobjectsrestourant-module
dev-main
2024-01-12 13:00 UTC
This package is not auto-updated.
Last update: 2026-03-14 17:38:32 UTC
README
IWISHONLINE CMS
ver.1.0.0
IWISHONLINE CMS is Laravel based app that offers functionality with package management system.Installation
Install all the dependencies using composer
composer require iwish/retailobjectsrestourant
Set Google Maps API Key
APIS/GoogleMapsApi.php > const $API_KEY = ".......";
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate
Run database seeds
php artisan db:seed