Download the PHP package dev7ch/luya-africa-kickstarter without Composer
On this page you can find all versions of the php package dev7ch/luya-africa-kickstarter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dev7ch/luya-africa-kickstarter
More information about dev7ch/luya-africa-kickstarter
Files in dev7ch/luya-africa-kickstarter
Package luya-africa-kickstarter
Short Description The kickstarter project for a new LUYA application.
License MIT
Informations about the package luya-africa-kickstarter
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.
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
All versions of luya-africa-kickstarter with dependencies
luyadev/luya-module-admin Version ~1.0.0
luyadev/luya-module-cms Version ~1.0.0
luyadev/luya-generic Version ~1.0.0
twbs/bootstrap Version 4.0.0
luyadev/luya-module-contactform Version ~1.0.0