dan-szabo/yii-app-bootstrap-4

Yii 2 Basic Application Template + database-based user functionality from the Advanced Template. Based on Bootstrap 4. 'components' and 'messages' folders have also been added.

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2018-03-09 15:49 UTC

This package is not auto-updated.

Last update: 2023-01-31 13:10:10 UTC


README

yii-app-bootstrap-4 is a mixture of Yii 2 Basic and Advanced templates with no backend / frontend separation, but with the database-based user functionality from the advanced template. The other important note is that it is using Bootsrap 4 instead of Boostrap 3. Some additional folders ('components', 'messages') are also added.

INSTALLATION

Project can be installed and initialized similarly to the Yii Advanced Template.

Installing using Composer

composer create-project -s dev dan-szabo/yii-app-bootstrap-4 folder_name

For preparing the application, please follow this guide. You only need step 2. and 3. (In step 2. update config/db.php instead of common/config/main-local.php.)