29, November 2016: We have released the last release candidate of LUYA: 1.0.0-RC2.
The Yii 2 PHP Framework 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 a made an absolut easy to understand STEP-BY-STEP Guide to install LUYA:
Other helpfull informations
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:
- ✓ beta7 release (June 2016)
- ✓ beta8 release (August 2016) - Last NEW features will be implemented (cms permissions).
- ✓ rc1 release (October 2016) - Merge admin and frontend modules into each other. Add luya vendor namespace prefix to all modules.
- ✓ rc2 release (November 2016) - Bug fixes, PHP Doc and Guide improvements, basic features implementation.
- version 1.0.0 (Januar 2017) - First stable release of LUYA.
- Create Database (example luya_phpunit)
- Insert Database dump from
tests/data/sql/1.0.0-RC2.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
with dev packages. - Execute the phpunit bin file
./vendor/bin/phpunit
.