The Yii 2 wrapper which provides out of the box functions like an administration interface, a beautiful looking content management system, payment modules, agency workflows and other tools to develop your website pretty fast!
We have moved all repositories to the new HQ of LUYA, luyadev
instead of zephir
. In order to update your packages, remove zephir
and replace with luyadev
in your composer require section. The old packages will still work for a while.
We have a made an absolut easy to understand STEP-BY-STEP Guide to install LUYA:
If you have any questions or problems, don't hesitate to create a new issue on the project repository.
We are always looking for people who share their thoughts, code and problems with us. Below the links to the contribution guides:
- Create Database (example luya_phpunit)
- Insert Database dump from
tests/sql/1.0.0-beta6.sql
- Rename phpunit.xml.dist to phpunit.xml
- Change dsn, username and passwort in phpunit.xml
- Ensure you have installed current composer packages
composer install
. - Execute the phpunit bin file
./vendor/bin/phpunit
.