jaimeeee/laravelpanel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

jaimeeee/laravelpanel

Composer 安装命令:

composer require jaimeeee/laravelpanel

包简介

A Panel for Laravel Projects

README 文档

README

Packagist Packagist

laravelpanel

A Panel for Laravel Websites that provides an easy way to create, edit and delete new objects in your database, with almost no effort in configuration files.

Requirements

  • PHP >=5.5.9
  • Symfony/Yaml >=3.1
  • Intervention/Image >=2.3
  • Laravel's authentification

Instalation

Require this package with Composer:

composer require jaimeeee/laravelpanel

After updating Composer, add the Service Provider to the providers array in config/app.php:

Jaimeeee\Panel\PanelServiceProvider::class,

If you haven't enabled Laravel's authentification make sure to run the following command:

php artisan make:auth

This will create the necesarry controllers and views to log in.

Copy necesarry files to your folders

To copy all the files to your folders and edit them you just need to run the following command:

php artisan vendor:publish --provider="Jaimeeee\Panel\PanelServiceProvider"

This will copy the config file, an example blueprint, and the stylesheet.

Blueprints

The blueprints are Yaml files located in config/panel/ and they represent each entity of your panel.

This is an example blueprint:

class: App\User
icon: fa fa-users
sort:
  field: name
  order: asc
list:
  id: ID
  name: Name
  email: E-Mail
fields:
  name:
    label: Name
    type: text
    placeholder: John Doe
    validate: required
  email:
    label: E-Mail
    type: text
    placeholder: email@somewebsite.com
    validate: required|email

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固