balzreber/delivery 问题修复 & 功能扩展

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

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

balzreber/delivery

Composer 安装命令:

composer require balzreber/delivery

包简介

Manage suppliers, batches and packages.

README 文档

README

Delivery Module

Requires Laravel 5

Installation:

  1. Load "illuminate/html": "~5.0" You have to add "illuminate/html": "~5.0" to your main composer.json file to load html/form/validation support.

  2. Load Package Add "balzreber/delivery": "dev-master" to your main composer.json file.

  3. Update Composer Run "composer update" to install illuminate/html and the package itself and all theire dependencies.

  4. Add Required Service Provider and Aliases Add 'Illuminate\Html\HtmlServiceProvider', to the providers array in config/app.php Add 'Form' => 'Illuminate\Html\FormFacade', and 'Html' => 'Illuminate\Html\HtmlFacade', to the aliases array in config/app.php

  5. Database Migrations: Run "php artisan migrate --path=path/to/migrations" to migrate the db changes.

  6. Add Package Service Provider Add "Balzreber\Delivery\DeliveryServiceProvider" to the provider array in /config/app.php.

  7. Extends layout All views extend the 'layout' template as theire container.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-20