All Projects → LaravelChen → Background Template For Laravel5

LaravelChen / Background Template For Laravel5

专门为Laravel5整理的后台模板,只写了路由的页面跳转,给开发者最大的空间自己开发.

Projects that are alternatives of or similar to Background Template For Laravel5

Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-3.45%)
Mutual labels:  laravel
Rating
rating system for laravel 5
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel
Laravel Spark Google2fa
Google Authenticator support for Laravel Spark
Stars: ✭ 86 (-1.15%)
Mutual labels:  laravel
Laravel Vue Generators
Generate Vue js files via artisan commands
Stars: ✭ 84 (-3.45%)
Mutual labels:  laravel
Circleci Demo Php Laravel
Example CircleCI project using PHP and Laravel
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel
Tall Dashboard
Tailwind CSS + AlpineJS + Laravel + Livewire dashboard (WIP)
Stars: ✭ 83 (-4.6%)
Mutual labels:  laravel
Rabbitevents
Nuwber's events provide a simple observer implementation, allowing you to listen for various events that occur in your current and another application. For example, if you need to react to some event published from another API.
Stars: ✭ 84 (-3.45%)
Mutual labels:  laravel
Dompet
A personal bookkeeping web application, built with Laravel 5.
Stars: ✭ 87 (+0%)
Mutual labels:  laravel
Laravel Fb Messenger
Laravel Facebook Messenger Provider
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel
Laravel 5 Myblog
The php blog writed by laravel5.1
Stars: ✭ 86 (-1.15%)
Mutual labels:  laravel
Laravel Schedule List
Laravel package to add command to list all scheduled artisan commands
Stars: ✭ 84 (-3.45%)
Mutual labels:  laravel
Bigbluebutton
Package that provides easily communicate between bigbluebutton server and laravel framework
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel
Dingtalk Exception
Laravel/Lumen exception notify through DingTalk
Stars: ✭ 86 (-1.15%)
Mutual labels:  laravel
Embedding Reference Apps
Reference applications for common web frameworks showing how to embed Metabase charts
Stars: ✭ 83 (-4.6%)
Mutual labels:  laravel
Zipcode
Zip code searcher
Stars: ✭ 86 (-1.15%)
Mutual labels:  laravel
Voyager Zh
㊙️voyager 的中文汉化版 基于laravel 的管理后台 权限控制,菜单,数据库手脚架,长期更新
Stars: ✭ 84 (-3.45%)
Mutual labels:  laravel
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel
Poetryclub Backend
基于 laravel + vue.js 的诗词小筑网站后台页面与后端代码
Stars: ✭ 87 (+0%)
Mutual labels:  laravel
Laravel Woocommerce
WooCommerce Rest API for Laravel
Stars: ✭ 86 (-1.15%)
Mutual labels:  laravel
Laravel Api Starter
laravel5.5 + dingo/api + JWT
Stars: ✭ 85 (-2.3%)
Mutual labels:  laravel

后台模板(For Laravel5)

介绍

  • 引用了AdminLTE的模板样式(https://github.com/almasaeed2010/AdminLTE)
  • 整理这样一个模板的目的在于之后后台开发中省去布局和一些样式的步骤,提高效率.
  • 整个模板我仅仅只是用路由进行跳转了各个页面,并没有实际上的连接数据库的过程,这样给使用者更大的创造空间.

功能

  • 可设置布局版式(固定布局,盒式布局,切换左侧栏,切换右侧滑动栏,切换右侧栏皮肤)
  • 支持换肤
  • 整个页面的模块细分为一个个section,具有灵活性和重用性
  • 内置Editor.md编辑器,具体样式可以看https://github.com/LaravelChen/laravel-editormd

效果图(部分)

后台首页

image

撰写文章

image

安装

1.clone到本地

git clone https://github.com/LaravelChen/Background-Template-For-Laravel5.git

2.根目录下创建.env文件

 php artisan key:generate  //生成key值

3.安装依赖

composer install

恭喜您,安装成功!请熟悉整个布局过程,然后在此基础上开发吧!别吝啬您的star哦!!

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].