Download the PHP package pde159/yii2-starter-bs4 without Composer
On this page you can find all versions of the php package pde159/yii2-starter-bs4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pde159/yii2-starter-bs4
More information about pde159/yii2-starter-bs4
Files in pde159/yii2-starter-bs4
Package yii2-starter-bs4
Short Description Yii 2 Basic Project with Adminlte 3 and Bootstrap 4
License BSD-3-Clause
Homepage http://www.yiiframework.com/
Informations about the package yii2-starter-bs4
Yii 2 Basic Project with Adminlte 3 and Bootstrap 4
based on Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
The template contains the following features:
- bootstrap 4
- adminlte 3.0
- fontawesome 5
- yii2-usuario forked with bs4 compatibility
- kartik widgets
DIRECTORY STRUCTURE
assets/ contains assets definition
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP >= 7.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev pde159/yii2-starter-bs4 myapp
Now you should be able to access the application through the following URL, assuming myapp
is the directory directly under the Web root.
http://localhost/myapp/web/
CONFIGURATION
Database
Edit the file config/db.php
with real data, for example:
Execute the migration:
NOTES:
- Yii won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the
config/
directory to customize your application as required. - Refer to the README in the
tests
directory for information specific to basic application tests.
BEGIN
Create an admin with full right role
All versions of yii2-starter-bs4 with dependencies
yiisoft/yii2 Version ~2.0.16
yiisoft/yii2-bootstrap4 Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0
yiisoft/yii2-authclient Version ^2.1
yiisoft/yii2-httpclient Version ^2.0
npm-asset/admin-lte Version ^3.0
kartik-v/yii2-icons Version ~1.0
kartik-v/yii2-widgets Version dev-master
kartik-v/yii2-grid Version dev-master
kartik-v/yii2-detail-view Version dev-master
kartik-v/yii2-bootstrap4-dropdown Version @dev
2amigos/qrcode-library Version dev-master
2amigos/2fa-library Version dev-master
pde159/yii2-usuario Version dev-master