定制 freziertz/postpackage 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

freziertz/postpackage

Composer 安装命令:

composer require freziertz/postpackage

包简介

A post package

README 文档

README

The config file can now be exported using the command listed below, creating a postpackage.php file in the config directory of the Laravel project in which the package was required.

php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="config"

The migrations of this package are now publishable under the "migrations" tag via:

php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="migrations"

The view can be exported by user of our package as follows.

php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="views"

The assets can then be exported by users of our package using:

php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="assets"

We can reference the stylesheet and javascript file in our views as follows:

<script src="{{ asset('blogpackage/js/app.js') }}"></script>
<link href="{{ asset('blogpackage/css/app.css') }}" rel="stylesheet" />

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固