承接 mopo922/laravel-treats 相关项目开发

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

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

mopo922/laravel-treats

最新稳定版本:v2.0.4

Composer 安装命令:

composer require mopo922/laravel-treats

包简介

A collection of goodies for Laravel 5.

README 文档

README

A collection of goodies for Laravel 5.

❗ This project is no longer maintained. ❗

Installation

Add this to your project's composer.json file:

    // ...
    "require": {
        // ...
        "mopo922/laravel-treats": "^1.0",
        // ...
    },
    // ...

Then run composer update. That's it!

Components

Service Provider

The LaravelTreatsServiceProvider is not required for all LaravelTreats features, but does provide an interface for some benefits like the ready-made view layout.

Simply add the LaravelTreatsServiceProvider to the providers array in config/app.php:

'providers' => [
    // Other Service Providers

    LaravelTreats\LaravelTreatsServiceProvider::class,
],

If you plan to take advantage of the default view layout, publish the necessary files to your app and resources directories by running the following command from your project's root directory:

php artisan vendor:publish

统计信息

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

GitHub 信息

  • Stars: 107
  • Watchers: 7
  • Forks: 30
  • 开发语言: Less

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-11-05