dev7ch/luya-africa-kickstarter

Website kickstarter project for travel agency website.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:luya-kickstarter

v1.0.0-alpha.1 2018-03-10 12:34 UTC

This package is auto-updated.

Last update: 2024-04-15 09:21:56 UTC


README

This is a free and a ready-to-use skeleton for a travel agency website with integrated booking form and template module which let you adjust site name and logo from the admin UI.

Requirements

  • composer
  • mysql and php

Install

composer create-project dev7ch/luya-africa-kickstarter

Change into project directory and run

cp configs/env.php.dist configs/env.php

cp configs/env-local-db.php.dist configs/env-local-db.php

  • Create a new MySQL DB

  • Open the configs/env-local-db.php in your favorite editor to add de credentials.

  • Migrate and install LUYA

./luya migrate confirm migration

./luya import import basic settings

Backend

Create a new admin user

./luya admin/setup

For more see the install instructions at https://luya.io/guide/install

Frontend

Run ./vendor/bin/unglue compile to compile all scss and js files.

For more see https://www.unglue.io/

For development use ./vendor/bin/unglue watch