atsys / blog
针对SEO优化的简单博客。
1.0.0
2017-05-26 11:13 UTC
Requires
- php: >=5.6.4
- doctrine/dbal: ^2.5
- illuminate/support: ~5.3
- intervention/image: ^2.3
This package is not auto-updated.
Last update: 2024-09-29 02:13:34 UTC
README
针对SEO优化的简单博客。
依赖项
Laravel Collective 包。安装说明:[https://laravelcollective.com/docs/master/html#installation](https://laravelcollective.com/docs/master/html#installation)
安装
您可以通过composer安装此包。
composer require atsys/blog
将服务提供者添加到 config\app.php
... Atsys\Blog\BlogServiceProvider::class ...
运行迁移并发布包文件
php artisan migrate php artisan vendor:publish
这将复制配置文件 config/blog.php,您可以在其中添加或删除语言并更改分页数。同时,如果需要自定义,视图将可在 resources/views/vendor/blog 中找到。
使用方法
要创建分类和文章,请访问 admin/post_categories 或 admin/posts。需要进行登录!您将在 blog 路由中看到它们。
贡献
欢迎贡献!
安全
如果您发现任何安全问题,请发送电子邮件至 soporte@atsys.es 而不是使用问题跟踪器。
许可证
MIT许可证(MIT)。请参阅许可证文件以获取更多信息。