tok3/publisher
Composer 安装命令:
composer require tok3/publisher
包简介
Publish Pages
关键字:
README 文档
README
Quick Installation
beta
Add this to your application composer.json to bypass packagist:
Laravel 5.1:
add "tok3/publisher": "@beta" to your composer.json
Service Provider
Tok3\Publisher\PublisherServiceProvider::class
Laravel 5.1
'Publisher' => Tok3\Publisher\PublisherFacade::class,
Migration
run php artisan vendor:publish
after that php artisan migrate
Now you are done !
Explore the package visit: http://localhost:8000/publisher/pages (assumed using artisan)
when you need some fake data you'll find a seeder in vendor/tok3/publisher/src/seeds
Routes and so on can changed in the config config/tok3-publisher.php
Views are stored in resources/views/vendor/tok3-publisher/
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-10