All Projects → kongvut → yii2-basic-adminlte3

kongvut / yii2-basic-adminlte3

Licence: other
Yii 2 + AdminLTE 3 (Bootstrap 4) Yii2 Basic Project Template Build on AssetBundle (No CDN/Import CSS,JS Files)

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
hack
652 projects
CSS
56736 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to yii2-basic-adminlte3

yii2-basic-firestarter
This is a pimped up basic yii2 template ❤️. It's a firestarter 🔥
Stars: ✭ 35 (+45.83%)
Mutual labels:  yii2, yii2-basic
yii2-mailqueue
Yii2 mail queue component for yii2-swiftmailer.
Stars: ✭ 15 (-37.5%)
Mutual labels:  yii2
Yii2 Translate Manager
Translation Manager
Stars: ✭ 221 (+820.83%)
Mutual labels:  yii2
yii2-admin-theme
基于Yii2+layui的后台框架模板,实现了完善的RBAC权限控制
Stars: ✭ 87 (+262.5%)
Mutual labels:  yii2
Cms
Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
Stars: ✭ 2,713 (+11204.17%)
Mutual labels:  yii2
yii2-uuid
UUID Helper and validator for Yii 2
Stars: ✭ 33 (+37.5%)
Mutual labels:  yii2
Iisns
sns 开放社区
Stars: ✭ 217 (+804.17%)
Mutual labels:  yii2
phpstan-extensions
Extensions for PHPStan
Stars: ✭ 61 (+154.17%)
Mutual labels:  yii2
content
Content management system for Yii2
Stars: ✭ 54 (+125%)
Mutual labels:  yii2
yii2-lets-talk
With this extension you can open chat with someone in popular messengers using the link on your website.
Stars: ✭ 15 (-37.5%)
Mutual labels:  yii2
install
basic script for project installation
Stars: ✭ 17 (-29.17%)
Mutual labels:  yii2
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (+883.33%)
Mutual labels:  yii2
yii2-ftp
FTP Client for Yii2
Stars: ✭ 32 (+33.33%)
Mutual labels:  yii2
Galaxy
The whole galaxy system, you can customize it base on your requirements.
Stars: ✭ 230 (+858.33%)
Mutual labels:  yii2
yii2-queue-monitor
Yii2 Queue Analytics Module
Stars: ✭ 99 (+312.5%)
Mutual labels:  yii2
Yii2 Webshell
Web shell allows to run yii console commands using a browser
Stars: ✭ 220 (+816.67%)
Mutual labels:  yii2
Yii2 Usuario
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
Stars: ✭ 251 (+945.83%)
Mutual labels:  yii2
yii2-deferred-tasks
Yii2 extension for handling deferred tasks (background cron jobs)
Stars: ✭ 11 (-54.17%)
Mutual labels:  yii2
yii2-stat
Yii2 Multi Web Statistic Module (yametrika, google-analytic, own db-counter)
Stars: ✭ 18 (-25%)
Mutual labels:  yii2
yii2-translatable
Translatable behavior aggregates logic of linking translations to the primary model
Stars: ✭ 15 (-37.5%)
Mutual labels:  yii2

Yii 2 + AdminLTE 3 (Bootstrap 4)

Yii2 Basic Project Template Build on AssetBundle (No CDN/Import CSS,JS Files)


ss

Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.

The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.

Latest Stable Version Total Downloads Build Status

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION

Install via Composer

$ git clone https://github.com/kongvut/yii2-basic-adminlte3
$ cd yii2-basic-adminlte3
$ composer install

Run Server Development

$ ./yii serve
Server started on http://localhost:8080

CONFIGURATION

Theme Structure

  themes/adminlte3/views/layouts/main.php       contains base layout
  views/layouts/app.layout.php                  contains main app layout
  views/layouts/header.php                      contains header menu for app app layout
  views/layouts/menu.php                        contains menu for app app layout

Database

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].