iwish/retailobjectsrestourant-module

There is no license information available for the latest version (dev-main) of this package.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:laravel-module

dev-main 2024-01-12 13:00 UTC

This package is not auto-updated.

Last update: 2024-10-26 11:12:58 UTC


README

Build Status Total Downloads Latest Stable Version

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