承接 edujugon/adminlte 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

edujugon/adminlte

Composer 安装命令:

composer require edujugon/adminlte

包简介

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

README 文档

README

This Package adds latest version of AdminLTE Control Panel and some extra features in your Fresh Laravel 5 installation.

Extra Features

  • Auth Views
  • Localization on views and functionality
  • Global file for Project Company Data.
  • More Features Coming Soon.

Installation

type in console:

composer require edujugon/adminlte

Laravel 5.*

Register AdminLTE service by adding it to the providers array.

'providers' => array(
    ...
    Edujugon\AdminLTE\Providers\AdminLTEServiceProvider::class
)

Recommended Steps

Since this package integrates auth views you should set up the Laravel Authentication Feature first:

Just run the following commands in your fresh Laravel application:

  • php artisan make:auth

Then

  • php artisan migrate

Publish AdminLTE Dependencies

Since you will typically need to overwrite the dependencies every time the package is updated, I recommend to use the --force flag.

php artisan vendor:publish --tag=adminLTE_dependencies --force

Publish Views

Publish the package's view files to the application's own view directory

php artisan vendor:publish --tag=adminLTE_views --force

Publish Language Files and Controller.

Publish the package's language files to the application's own lang directory.

Publish the package's LanguageController file to the application's own Controllers directory

Current Languages

  • English
  • Spanish
  • More Languages coming soon
php artisan vendor:publish --tag=adminLTE_languages

The last step is to add the below line to project's routes file.

Laravel 5.3

File: routes/web.php

Minor than 5.3

File: app/routes.php

Route::get('language/{lang}', 'LanguageController@index');

Publish Company parameters File.

It will publish a file where you may have all project company data in one place.

File Location: config/company.php

php artisan vendor:publish --tag=adminLTE_config

AdminLTE Control panel Preview and Documentation

https://almsaeedstudio.com/

统计信息

  • 总下载量: 123
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 1
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-10-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固