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
Requires
- luyadev/luya-core: ~1.0.0
- luyadev/luya-generic: ~1.0.0
- luyadev/luya-module-admin: ~1.0.0
- luyadev/luya-module-cms: ~1.0.0
- luyadev/luya-module-contactform: ~1.0.0
- twbs/bootstrap: 4.0.0
Requires (Dev)
- luyadev/luya-deployer: ~1.0.0
- luyadev/luya-testsuite: ~1.0.0
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
This package is auto-updated.
Last update: 2024-11-15 10:34:38 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