codedazur/social

本包最新版本(V0.1.53)没有可用的许可证信息。

V0.1.53 2014-08-13 14:27 UTC

This package is not auto-updated.

Last update: 2022-10-24 22:02:21 UTC


README

提供基本的Twitter和Facebook连接,用于与Laravel 4一起使用。

安装

将codedazur-social添加到您的composer.json文件中。

require : {
    "laravel/framework": "4.1.*",
    "codedazur/social": "dev-master"
}

或者使用composer命令

composer require "codedazur/social": "dev-master"

将提供者添加到app/config/app.php的providers中

'Codedazur\Social\SocialServiceProvider',

发布配置

php artisan config:publish codedazur/social

发布资源

php artisan asset:publish codedazur/social

发布迁移

php artisan migrate --package="codedazur/social"