totalwebconnections / simple-blog
一个简单的博客包,可以集成到现有的或新的Laravel 5应用程序中。
1.0.1
2017-12-07 04:35 UTC
This package is not auto-updated.
Last update: 2024-09-21 02:12:39 UTC
README
Simple Blog是一个简单的博客平台,可以集成到现有的Laravel项目中。
目前需要设置s3以存储图像和媒体文件。
"totalwebconnections/simple-blog": "dev-master", "psr-4": { "App\": "app/", "totalWebConnections\\simpleBlog\": "vendor/totalwebconnections/simple-blog/src/"}
}
bootstrap/cache目录必须存在并可写?-php artisan cache:clear
更新数据库:php artisan migrate --path=vendor/totalwebconnections/simple-blog/migrations/ 所有表都以"simpleBlog_"为前缀
添加到提供者:totalWebConnections\simpleBlog\simpleBlogServiceProvider::class,
发布视图:php artisan vendor:publish