Download the PHP package sintret/yii2-basic without Composer
On this page you can find all versions of the php package sintret/yii2-basic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sintret/yii2-basic
More information about sintret/yii2-basic
Files in sintret/yii2-basic
Package yii2-basic
Short Description Yii 2 Basic Application Template
License BSD-3-Clause
Homepage http://sintret.com/
Informations about the package yii2-basic
yii2-basic
Super fast create application using Yii2 Basic Template with feature like adminlte, chat, whatapp messaging, ckeditor, todolist, whatsapp, graphic, signup form, easy rbac manager using dbmanager and many many feature
Plese read other tutorial at http://sintret.com/blog_detail/523/yii2_create_project_with_adminlte_basic_and_advanced_easyly
BASIC TEMPLATE
Go to your project directory, case in my linux debian as cd /usr/share/nginx/html/project
we will using composer to download and install application template with adminlte.
lets get with your console:
composer create-project sintret/yii2-basic your-folder-directory-name
you just get coffe and waiting until download and instalation process done. ok, and then go to your project directory and execute init with "php init".
edit your config db.php and change your dbname
dsn' => 'mysql:host=localhost;dbname=yii2basic',
dont forget to create database with the same configuration as dbname.
we need migrate to create table chat, user, todolist,log upload,dynagrid, notification.
After its done, you need migration like these following "./yii migrate" in linux, or in windows "yii migrate".
ok, we need again to user
just using like these following code :
"yii insert/init"
finaly we create rbac dbmanager with simple code, you can see in folder "console/RbacController" with specific level for :
Admin : can do everything
Editor : can edit, add and view
Author : can add and view
viewer ; just viewer
create rbac :
"yii migrate --migrationPath=@yii/rbac/migrations"
"yii rbac/init"
All versions of yii2-basic with dependencies
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
kartik-v/yii2-detail-view Version *
kartik-v/yii2-password Version dev-master
sendgrid/sendgrid Version 2.1.1
sintret/yii2-gii-adminlte Version dev-master
sintret/yii2-chat-adminlte Version dev-master
sintret/yii2-todolist Version dev-master
miloschuman/yii2-highcharts-widget Version *
sintret/whatsapp Version dev-master
mihaildev/yii2-ckeditor Version *