dev-master
9999999-dev
MIT
The Requires
by Alex Schmid
php yii2 module yii person luya luya-module
The person module gives the possibility to add people to a Luya application. Therefore persons can be added in the backend, which get shown on the frontend afterwards., (*1)
For the installation of modules Composer is required., (*2)
composer require johnnymcweed/luya-module-person:dev-master
return [ 'modules' => [ // ... 'person' => 'johnnymcweed\person\frontend\Module', 'personadmin' => 'johnnymcweed\person\admin\Module', // ... ], ];
After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project., (*3)
1.) Migrate your database., (*4)
./vendor/bin/luya migrate
2.) Import the module and migrations into your LUYA project., (*5)
./vendor/bin/luya import
After adding the persmissions to your group you will be able to edit and add new people., (*6)
There are default views set up. Use these or create your own custom views., (*7)
MIT
php yii2 module yii person luya luya-module