tok3 / publisher
1.0
2015-12-10 13:55 UTC
Requires
- illuminate/support: ~5
- laravelcollective/html: 5.1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- laravelcollective/html: 5.1.*
This package is not auto-updated.
Last update: 2024-09-18 19:07:10 UTC
README
快速安装
beta
将此添加到您的 application composer.json 以绕过 Packagist
Laravel 5.1
将 "tok3/publisher": "@beta"
添加到您的 composer.json
服务提供者
Tok3\Publisher\PublisherServiceProvider::class
Laravel 5.1
'Publisher' => Tok3\Publisher\PublisherFacade::class,
迁移
运行 php artisan vendor:publish
之后运行 php artisan migrate
现在你已经完成了!
探索这个包,请访问:https://:8000/publisher/pages(假设使用 artisan)
当你需要一些模拟数据时,你会在 vendor/tok3/publisher/src/seeds
中找到一个种子
路由和其他可以在配置 config/tok3-publisher.php
中更改
视图存储在 resources/views/vendor/tok3-publisher/