Download the PHP package dominus77/yii2-basic-start without Composer
On this page you can find all versions of the php package dominus77/yii2-basic-start. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dominus77/yii2-basic-start
More information about dominus77/yii2-basic-start
Files in dominus77/yii2-basic-start
Package yii2-basic-start
Short Description Yii2 Start Project Basic Template
License BSD-3-Clause
Homepage http://dominus77.github.io/yii2-basic-start
Informations about the package yii2-basic-start
Yii2 Start Project Basic Template
The application is built using basic pattern and has a modular structure.
Base components
Pages
- Home
- About
- Contact
- Check in
- Login
- Profile
Modules
- main
- users
- admin
- rbac (manage web interface)
Functional
- Reset password
- Confirmation by email
- Last visit
- Console commands
- RBAC
CSS Themes Bootstrap
The template includes the of the CSS Theme Bootstrap
Switching the theme occurs in the app/config/web.php
Requirements
The minimum requirement by this project template that your Web server supports PHP 5.6
INSTALLATION
Create a project:
or clone the repository for pull
command availability:
Init an environment:
Run command in the root directory public_html
of the project
if Development environment
if Production environment
otherwise choose Wednesday
Create a database, default configure: yii2_basic_start
in app/config/common-local.php
Apply migration:
Create users, enter the command and follow the instructions:
- Username: set username;
- Email: set email username;
- Password: set password username (min 6 symbol);
- Status: set status username (0 - blocked, 1 - active, 2 - wait, ? - Help);
See all available commands:
Initialize RBAC
When initialized, the user with ID:1 is assigned the SuperAdmin role.
A command to assign roles to other users:
To untie:
You can then access the application through the following URL:
Create .htaccess
file or add folder app/web
`
Code Sniffer
TESTING
Create a database, default configure yii2_basic_start_test
in app/config/test-local.php
Apply migration:
Run in console
License
The BSD License (BSD). Please see License File for more information.
All versions of yii2-basic-start with dependencies
yiisoft/yii2 Version ~2.0.13
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0
bower-asset/bootstrap-datepicker Version ^1.7