2017 © Pedro Peláez
 

luya-kickstarter luya-africa-kickstarter

Website kickstarter project for travel agency website.

image

dev7ch/luya-africa-kickstarter

Website kickstarter project for travel agency website.

  • Wednesday, July 11, 2018
  • by dev7ch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 33 % Grown

The README.md

Website Kickstarter with LUYA CMS integration

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., (*1)

Requirements

  • composer
  • mysql and php

Install

composer create-project dev7ch/luya-africa-kickstarter, (*2)

Change into project directory and run, (*3)

cp configs/env.php.dist configs/env.php, (*4)

cp configs/env-local-db.php.dist configs/env-local-db.php, (*5)

  • Create a new MySQL DB, (*6)

  • Open the configs/env-local-db.php in your favorite editor to add de credentials., (*7)

  • Migrate and install LUYA, (*8)

./luya migrate confirm migration, (*9)

./luya import import basic settings, (*10)

Backend

Create a new admin user, (*11)

./luya admin/setup, (*12)

For more see the install instructions at https://luya.io/guide/install, (*13)

Frontend

Run ./vendor/bin/unglue compile to compile all scss and js files., (*14)

For more see https://www.unglue.io/, (*15)

For development use ./vendor/bin/unglue watch, (*16)

The Versions