myown/blog
Composer 安装命令:
composer require myown/blog
包简介
This is for to crate a blog
README 文档
README
A Laravel package is a set of reusable classes created to add extra functionality to a Laravel website. In clearer terms, a package is to Laravel, what plugins are to WordPress. The primary goal of Laravel packages is to reduce development time by making reusable features into a set of standalone classes that can be used within any Laravel project.
Insatall Package in your laravel project
composer require myown/blog
Add this line in config/app.php in providers array
myown/blog/BlogServiceProvider::class,
migrate the package database in your database
php artisan migrate --path=vendor/myown/blog/src/migrations
And finally, start the application by running:
php artisan serve
Visit http://localhost:8000/blogs in your browser to view the demo.
Some Note //You need to add some authors data in author table
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-11-16